diff options
| -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: |

