From 2fe3200c6a0bc78fd60e30b3f689fdef5d02ac93 Mon Sep 17 00:00:00 2001 From: Nick Kledzik Date: Thu, 25 Sep 2014 21:00:38 +0000 Subject: [PATCH] [Support] Fix Format.h to build on Windows git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218467 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Format.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/Support/Format.h b/include/llvm/Support/Format.h index 0b4bea875b6..8e163ddfd89 100644 --- a/include/llvm/Support/Format.h +++ b/include/llvm/Support/Format.h @@ -24,6 +24,7 @@ #define LLVM_SUPPORT_FORMAT_H #include "llvm/ADT/StringRef.h" +#include "llvm/Support/DataTypes.h" #include #include