aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-12 20:25:33 +0000
committerChris Lattner <sabre@nondot.org>2004-07-12 20:25:33 +0000
commit268f2583b90ee28b4685a5772558ad0c6d3d4c18 (patch)
treec618d50bfc490fc0ad1397c293e101a8c8896527
parent85e4eb6dc039928630c89627ee728764282a129d (diff)
Add a missing #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14773 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index 66dffcbda9..7f0d5db5f0 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -20,6 +20,7 @@
#include "llvm/AbstractTypeUser.h"
#include "llvm/Use.h"
#include "Support/Casting.h"
+#include <string>
namespace llvm {