diff options
Diffstat (limited to 'lib/Support/system_error.cpp')
-rw-r--r-- | lib/Support/system_error.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/system_error.cpp b/lib/Support/system_error.cpp index 2df223c..b22745a 100644 --- a/lib/Support/system_error.cpp +++ b/lib/Support/system_error.cpp @@ -13,8 +13,8 @@ #include "llvm/Support/system_error.h" #include "llvm/Support/Errno.h" -#include <string> #include <cstring> +#include <string> namespace llvm { |