aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-12 23:53:59 +0000
committerChris Lattner <sabre@nondot.org>2009-08-12 23:53:59 +0000
commit4c5f949624c0d31381b01bc3b95f08975abcbfb4 (patch)
tree8f374147ac1555e22124d7f52d6422110d644926
parent044e6ea405e26378033c2ff54b5612fcb5990b6d (diff)
downloadexternal_llvm-4c5f949624c0d31381b01bc3b95f08975abcbfb4.zip
external_llvm-4c5f949624c0d31381b01bc3b95f08975abcbfb4.tar.gz
external_llvm-4c5f949624c0d31381b01bc3b95f08975abcbfb4.tar.bz2
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
-rw-r--r--lib/Target/PIC16/PIC16TargetObjectFile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PIC16/PIC16TargetObjectFile.h b/lib/Target/PIC16/PIC16TargetObjectFile.h
index edd2b1c..91415bc 100644
--- a/lib/Target/PIC16/PIC16TargetObjectFile.h
+++ b/lib/Target/PIC16/PIC16TargetObjectFile.h
@@ -12,6 +12,7 @@
#include "llvm/Target/TargetLoweringObjectFile.h"
#include <vector>
+#include <string>
namespace llvm {
class GlobalVariable;