diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-12 20:25:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-12 20:25:33 +0000 |
commit | 268f2583b90ee28b4685a5772558ad0c6d3d4c18 (patch) | |
tree | c618d50bfc490fc0ad1397c293e101a8c8896527 | |
parent | 85e4eb6dc039928630c89627ee728764282a129d (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.h | 1 |
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 { |