diff options
author | Chris Lattner <sabre@nondot.org> | 2008-03-10 17:04:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-03-10 17:04:53 +0000 |
commit | 87cf5ac1b046a1db874b77dcb6e35f9c4b88c386 (patch) | |
tree | e7dcf8602324c4ef89f9fab91d3d5f6b867c6499 /Basic | |
parent | 3f916501c91d3f6f37b1d43276c440343f9454f6 (diff) |
Add some missing #includes for GCC mainline, patch by Shantonu Sen!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48153 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Basic')
-rw-r--r-- | Basic/Diagnostic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Basic/Diagnostic.cpp b/Basic/Diagnostic.cpp index de311a4488..f62b8f126c 100644 --- a/Basic/Diagnostic.cpp +++ b/Basic/Diagnostic.cpp @@ -16,6 +16,7 @@ #include <cassert> #include <vector> #include <map> +#include <cstring> using namespace clang; //===----------------------------------------------------------------------===// |