Fix issue with bitwise and precedence.
[oota-llvm.git] / lib / Support / Program.cpp
index 01860b082d62d53461a7f53a3665e5904197b08b..75bc282d9bd48122cd809bbd5e647a8938e9b93c 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "llvm/Support/Program.h"
 #include "llvm/Config/config.h"
+#include "llvm/Support/system_error.h"
 using namespace llvm;
 using namespace sys;