diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2014-01-29 19:30:27 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2014-01-29 19:30:27 +0000 |
commit | a5b2dbc259e289ea23fe9aebb34eba2c1dc7fefb (patch) | |
tree | 5812a629bd48b0968dee7411809c6a6a19680390 /src/system_error.cpp | |
parent | 1c9014238e909c768bf84564733b5441d5c9ea2b (diff) |
Diffstat (limited to 'src/system_error.cpp')
-rw-r--r-- | src/system_error.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system_error.cpp b/src/system_error.cpp index 7376b770ecf89..b40409f854ab9 100644 --- a/src/system_error.cpp +++ b/src/system_error.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#define _LIBCPP_BUILDING_SYSTEM_ERROR #include "system_error" #include "string" #include "cstring" |