[llvm-commits] [llvm] r113859 - /llvm/trunk/include/llvm/TypeSymbolTable.h

Benjamin Kramer benny.kra at googlemail.com
Tue Sep 14 14:25:38 PDT 2010


Author: d0k
Date: Tue Sep 14 16:25:38 2010
New Revision: 113859

URL: http://llvm.org/viewvc/llvm-project?rev=113859&view=rev
Log:
Add missing include.

Modified:
    llvm/trunk/include/llvm/TypeSymbolTable.h

Modified: llvm/trunk/include/llvm/TypeSymbolTable.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/TypeSymbolTable.h?rev=113859&r1=113858&r2=113859&view=diff
==============================================================================
--- llvm/trunk/include/llvm/TypeSymbolTable.h (original)
+++ llvm/trunk/include/llvm/TypeSymbolTable.h Tue Sep 14 16:25:38 2010
@@ -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





More information about the llvm-commits mailing list