unbreak unit-tests on gcc-4.4.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76542 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Torok Edwin 2009-07-21 07:09:05 +00:00
parent a8f0af5e0e
commit 05717f9a80

View File

@ -9,6 +9,7 @@
#include "gtest/gtest.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/DataTypes.h"
using namespace llvm;
namespace {