]> granicus.if.org Git - clang/commitdiff
Fix compilation error on GCC 4.3.0 ('memcpy' was not declared in this scope).
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 22 Jul 2008 21:56:45 +0000 (21:56 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 22 Jul 2008 21:56:45 +0000 (21:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53934 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Attr.h

index 817d66de1a91c86dfbece9586f500722da0b1d13..dd6f28f85e648dd84be0e28e299d1f14c13eba0b 100644 (file)
@@ -15,6 +15,7 @@
 #define LLVM_CLANG_AST_ATTR_H
 
 #include <cassert>
+#include <cstring>
 #include <string>
 #include <algorithm>