1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Add missing include file.

llvm-svn: 349363
This commit is contained in:
Zachary Turner 2018-12-17 16:42:26 +00:00
parent 5167d581e4
commit 03a538f574

View 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;