Need to include <string> to fix compile error on Sun
authorTanya Lattner <tonic@nondot.org>
Mon, 28 Jul 2003 16:42:33 +0000 (16:42 +0000)
committerTanya Lattner <tonic@nondot.org>
Mon, 28 Jul 2003 16:42:33 +0000 (16:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7358 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Mangler.h

index 502b7973439d437af999bc875a0611b128ce4543..533b44f5256d602544846a71ef7b936477ac871e 100644 (file)
@@ -11,6 +11,7 @@ class Value;
 class Module;
 #include <map>
 #include <set>
+#include <string>
 
 class Mangler {
 public: