diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-09-14 21:25:38 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-09-14 21:25:38 +0000 |
commit | 3b8b2ca3a8521d5a95022bf5fc9d33b9f9d28b2a (patch) | |
tree | 77874770840e6a9476c23603856378f177395ab4 /include/llvm/TypeSymbolTable.h | |
parent | b2143b6247901ae4eca2192ee134564c4f5f7853 (diff) |
Add missing include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113859 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/TypeSymbolTable.h')
-rw-r--r-- | include/llvm/TypeSymbolTable.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/TypeSymbolTable.h b/include/llvm/TypeSymbolTable.h index 26b1dbf2df..55b8b7a3d9 100644 --- a/include/llvm/TypeSymbolTable.h +++ b/include/llvm/TypeSymbolTable.h @@ -16,12 +16,11 @@ #include "llvm/Type.h" #include "llvm/ADT/StringRef.h" +#include "llvm/System/DataTypes.h" #include <map> namespace llvm { -class StringRef; - /// This class provides a symbol table of name/type pairs with operations to /// support constructing, searching and iterating over the symbol table. The /// class derives from AbstractTypeUser so that the contents of the symbol |