Add missing include to unbreak the build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105971 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Hunt 2010-06-14 22:44:26 +00:00
parent f6c4a30984
commit 9342f4f352

View File

@ -20,6 +20,7 @@
#include "llvm/System/DataTypes.h"
#include <cassert>
#include <cstring>
#include <string>
namespace llvm {