]> granicus.if.org Git - llvm/commitdiff
Add missing include file.
authorZachary Turner <zturner@google.com>
Mon, 17 Dec 2018 16:42:26 +0000 (16:42 +0000)
committerZachary Turner <zturner@google.com>
Mon, 17 Dec 2018 16:42:26 +0000 (16:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@349363 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Demangle/MicrosoftDemangleNodes.cpp

index 930c838753a07adb019bb9a7138038519b109063..a588dca5b7ba338bdf5498965099833b47d886c0 100644 (file)
@@ -15,6 +15,7 @@
 #include "llvm/Demangle/Compiler.h"
 #include "llvm/Demangle/Utility.h"
 #include <cctype>
+#include <string>
 
 using namespace llvm;
 using namespace ms_demangle;