diff options
author | Duncan Sands <baldrick@free.fr> | 2010-11-30 09:08:23 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-11-30 09:08:23 +0000 |
commit | 32b5fe77a6db48b0213901c4aaf55deb5ae5ce70 (patch) | |
tree | 9d2f5d49248b48b43c4bb5d4b2e0d9f3445604b1 | |
parent | aab440b2cb0e583aeaf21f08c8247456f3142a23 (diff) |
System was renamed Support. Fix the build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120414 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Serialization/ASTSerializationListener.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Serialization/ASTSerializationListener.h b/include/clang/Serialization/ASTSerializationListener.h index 79f33726b6..0c62e0b9ca 100644 --- a/include/clang/Serialization/ASTSerializationListener.h +++ b/include/clang/Serialization/ASTSerializationListener.h @@ -14,7 +14,7 @@ #ifndef LLVM_CLANG_FRONTEND_AST_SERIALIZATION_LISTENER_H #define LLVM_CLANG_FRONTEND_AST_SERIALIZATION_LISTENER_H -#include "llvm/System/DataTypes.h" +#include "llvm/Support/DataTypes.h" namespace clang { |