aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-07-21 07:09:05 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-07-21 07:09:05 +0000
commit05717f9a80635ed35104212171e0d30e21309534 (patch)
treed141bed4d16a4ff336932534de0937f65fd3d40f /unittests
parenta8f0af5e0ec7dc60eb4a4a2ae41fee91ea3e2f40 (diff)
downloadexternal_llvm-05717f9a80635ed35104212171e0d30e21309534.zip
external_llvm-05717f9a80635ed35104212171e0d30e21309534.tar.gz
external_llvm-05717f9a80635ed35104212171e0d30e21309534.tar.bz2
unbreak unit-tests on gcc-4.4.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/ADT/StringMapTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/ADT/StringMapTest.cpp b/unittests/ADT/StringMapTest.cpp
index 9f9f2e4..7bb2391 100644
--- a/unittests/ADT/StringMapTest.cpp
+++ b/unittests/ADT/StringMapTest.cpp
@@ -9,6 +9,7 @@
#include "gtest/gtest.h"
#include "llvm/ADT/StringMap.h"
+#include "llvm/Support/DataTypes.h"
using namespace llvm;
namespace {