Enable jumps when in -static mode.
[oota-llvm.git] / lib / Support / system_error.cpp
index 2df223ca718adfb93fdc5afdb661c7fde294b0f7..b22745afc3306b147d6a1bf0d366c9db118fd5cd 100644 (file)
@@ -13,8 +13,8 @@
 
 #include "llvm/Support/system_error.h"
 #include "llvm/Support/Errno.h"
-#include <string>
 #include <cstring>
+#include <string>
 
 namespace llvm {