[cfe-commits] r81059 - /cfe/trunk/include/clang/Lex/LiteralSupport.h

Daniel Dunbar daniel at zuster.org
Fri Sep 4 17:48:33 PDT 2009


Author: ddunbar
Date: Fri Sep  4 19:48:32 2009
New Revision: 81059

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

Modified:
    cfe/trunk/include/clang/Lex/LiteralSupport.h

Modified: cfe/trunk/include/clang/Lex/LiteralSupport.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/LiteralSupport.h?rev=81059&r1=81058&r2=81059&view=diff

==============================================================================
--- cfe/trunk/include/clang/Lex/LiteralSupport.h (original)
+++ cfe/trunk/include/clang/Lex/LiteralSupport.h Fri Sep  4 19:48:32 2009
@@ -17,6 +17,7 @@
 
 #include <string>
 #include "llvm/ADT/SmallString.h"
+#include "llvm/Support/DataTypes.h"
 
 namespace llvm {
   class APInt;





More information about the cfe-commits mailing list