some compiler don't get string from TLOF.h implicitly or something.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78864 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-08-12 23:53:59 +00:00
parent d3c4486f46
commit a462920ae0

View File

@ -12,6 +12,7 @@
#include "llvm/Target/TargetLoweringObjectFile.h"
#include <vector>
#include <string>
namespace llvm {
class GlobalVariable;