1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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

llvm-svn: 78864
This commit is contained in:
Chris Lattner 2009-08-12 23:53:59 +00:00
parent 7eeb032b37
commit 456301c2cd

View File

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