Make Program::Wait differentiate execution failure due to the file
[oota-llvm.git] / lib / System / Threading.cpp
index a2d7f82715d9440eb533b20bd2dd018666c6a7be..466c46802647ce1684fd3cc09d0cdaab8688985c 100644 (file)
@@ -14,6 +14,7 @@
 #include "llvm/System/Threading.h"
 #include "llvm/System/Atomic.h"
 #include "llvm/System/Mutex.h"
+#include "llvm/Config/config.h"
 #include <cassert>
 
 using namespace llvm;