[Support] Fix Format.h to build on Windows
[oota-llvm.git] / include / llvm / Support / Format.h
index 0b4bea875b6cbbec905d538d6bf1b581410db855..8e163ddfd89d30425d3955d88f080728d2655bb2 100644 (file)
@@ -24,6 +24,7 @@
 #define LLVM_SUPPORT_FORMAT_H
 
 #include "llvm/ADT/StringRef.h"
+#include "llvm/Support/DataTypes.h"
 
 #include <cassert>
 #include <cstdio>