зеркало из https://github.com/microsoft/clang-1.git
Fix compilation error on GCC 4.3.0 ('memcpy' was not declared in this scope).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53934 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
8ee6a63ba1
Коммит
ea7e97e14f
|
@ -15,6 +15,7 @@
|
|||
#define LLVM_CLANG_AST_ATTR_H
|
||||
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче