aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/system_error.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-08-18 21:08:54 +0000
committerEric Fiselier <eric@efcs.ca>2015-08-18 21:08:54 +0000
commite8fd1645695e6920537731ae70b0ffb894df514c (patch)
treeb6559abfd6eaa9d49e49d72a254b4e474a6d5a3b /libcxx/src/system_error.cpp
parentd568a3e20d8c3839a49a9575e53460ab351cece0 (diff)
downloadllvm-e8fd1645695e6920537731ae70b0ffb894df514c.zip
llvm-e8fd1645695e6920537731ae70b0ffb894df514c.tar.gz
llvm-e8fd1645695e6920537731ae70b0ffb894df514c.tar.bz2
Move atomic_support.h and config_elast.h into src/include
llvm-svn: 245354
Diffstat (limited to 'libcxx/src/system_error.cpp')
-rw-r--r--libcxx/src/system_error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/system_error.cpp b/libcxx/src/system_error.cpp
index 18f668f..3023e20 100644
--- a/libcxx/src/system_error.cpp
+++ b/libcxx/src/system_error.cpp
@@ -12,7 +12,7 @@
#define _LIBCPP_BUILDING_SYSTEM_ERROR
#include "system_error"
-#include "config_elast.h"
+#include "include/config_elast.h"
#include "cstring"
#include "string"