Bring in uint32_t, uint64_t, and int64_t types for MSVC.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 17 Apr 2008 13:56:31 +0000 (13:56 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 17 Apr 2008 13:56:31 +0000 (13:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49854 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/SmallString.h

index 9be654ee7e1b20a08c2e0dad5e423030dac71a2e..b25d1eee30b125994610faf1c66173e6e12e2d3d 100644 (file)
@@ -15,6 +15,7 @@
 #define LLVM_ADT_SMALLSTRING_H
 
 #include "llvm/ADT/SmallVector.h"
+#include "llvm/Support/DataTypes.h"
 #include <cstring>
 
 namespace llvm {