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;
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits