some compiler don't get string from TLOF.h implicitly or something.
authorChris Lattner <sabre@nondot.org>
Wed, 12 Aug 2009 23:53:59 +0000 (23:53 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Aug 2009 23:53:59 +0000 (23:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78864 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PIC16/PIC16TargetObjectFile.h

index edd2b1cc15ef9c801cdb7fedaef57c02c776f330..91415bc7658e3a90fc9e4a552a0c912874ab7736 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "llvm/Target/TargetLoweringObjectFile.h"
 #include <vector>
+#include <string>
 
 namespace llvm {
   class GlobalVariable;