]> granicus.if.org Git - clang/commitdiff
Add #include, patch by Cédric Venet
authorChris Lattner <sabre@nondot.org>
Sat, 1 Dec 2007 18:59:50 +0000 (18:59 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 Dec 2007 18:59:50 +0000 (18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44491 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Stmt.h

index 448ad5319f1714121664394d133c0dd3b2cb1f40..3865bdd01d4ece11c2a2e8f317421a738cb71b26 100644 (file)
@@ -21,6 +21,7 @@
 #include "llvm/ADT/iterator"
 #include "llvm/Bitcode/SerializationFwd.h"
 #include <iosfwd>
+#include <string>
 
 using llvm::dyn_cast_or_null;