aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/FoldingSet.cpp
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-02-20 11:08:44 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-02-20 11:08:44 +0000
commit579f07135afdc3975eb24a210433222b888dc9f7 (patch)
tree460fdcf6fe4d577708dcd3004a06536999972528 /llvm/lib/Support/FoldingSet.cpp
parentb912351ec908c049b5f40eab0052602c8dff31cd (diff)
downloadllvm-579f07135afdc3975eb24a210433222b888dc9f7.zip
llvm-579f07135afdc3975eb24a210433222b888dc9f7.tar.gz
llvm-579f07135afdc3975eb24a210433222b888dc9f7.tar.bz2
Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
llvm-svn: 47367
Diffstat (limited to 'llvm/lib/Support/FoldingSet.cpp')
-rw-r--r--llvm/lib/Support/FoldingSet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/FoldingSet.cpp b/llvm/lib/Support/FoldingSet.cpp
index 97d1f0d..bf50ed4 100644
--- a/llvm/lib/Support/FoldingSet.cpp
+++ b/llvm/lib/Support/FoldingSet.cpp
@@ -17,6 +17,7 @@
#include "llvm/ADT/FoldingSet.h"
#include "llvm/Support/MathExtras.h"
#include <cassert>
+#include <cstring>
using namespace llvm;
//===----------------------------------------------------------------------===//