diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-05 00:48:32 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-05 00:48:32 +0000 |
commit | 0c5920c3159e6a8c83a871f26f7d7ea621c29860 (patch) | |
tree | 65a9f0865a57850ea0e569c9dbb78ed7637383b4 /include/clang/Lex | |
parent | 7da2431c23ef1ee8acb114e39692246e1801afc2 (diff) |
Add missing include.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex')
-rw-r--r-- | include/clang/Lex/LiteralSupport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Lex/LiteralSupport.h b/include/clang/Lex/LiteralSupport.h index 8ee8ecf735..29b82c1807 100644 --- a/include/clang/Lex/LiteralSupport.h +++ b/include/clang/Lex/LiteralSupport.h @@ -17,6 +17,7 @@ #include <string> #include "llvm/ADT/SmallString.h" +#include "llvm/Support/DataTypes.h" namespace llvm { class APInt; |