diff options
author | Torok Edwin <edwintorok@gmail.com> | 2009-07-21 07:09:05 +0000 |
---|---|---|
committer | Torok Edwin <edwintorok@gmail.com> | 2009-07-21 07:09:05 +0000 |
commit | 05717f9a80635ed35104212171e0d30e21309534 (patch) | |
tree | d141bed4d16a4ff336932534de0937f65fd3d40f /unittests | |
parent | a8f0af5e0ec7dc60eb4a4a2ae41fee91ea3e2f40 (diff) | |
download | external_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.cpp | 1 |
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 { |