diff options
| author | Tanya Lattner <tonic@nondot.org> | 2003-07-28 16:42:33 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2003-07-28 16:42:33 +0000 |
| commit | db908a22c8d044cf7f8a014ffeebc79ecb451216 (patch) | |
| tree | bef27b259431a3a401c6924369c404899e4d26a9 | |
| parent | ae92d0bba6fa28c1b9d4e684f81c40191c0f58c9 (diff) | |
| download | bcm5719-llvm-db908a22c8d044cf7f8a014ffeebc79ecb451216.tar.gz bcm5719-llvm-db908a22c8d044cf7f8a014ffeebc79ecb451216.zip | |
Need to include <string> to fix compile error on Sun
llvm-svn: 7358
| -rw-r--r-- | llvm/include/llvm/Support/Mangler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/Mangler.h b/llvm/include/llvm/Support/Mangler.h index 502b7973439..533b44f5256 100644 --- a/llvm/include/llvm/Support/Mangler.h +++ b/llvm/include/llvm/Support/Mangler.h @@ -11,6 +11,7 @@ class Value; class Module; #include <map> #include <set> +#include <string> class Mangler { public: |

