summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2014-06-27 20:37:39 +0000
committerLang Hames <lhames@gmail.com>2014-06-27 20:37:39 +0000
commit3b7ffd63149b086f5d56ba6b9f75f6d36faff7a7 (patch)
tree5795ce37d004d839bee7f45db2838d904becd8d8 /llvm/lib
parente58a0120947d6198381eb3765e9b35050da45e02 (diff)
downloadbcm5719-llvm-3b7ffd63149b086f5d56ba6b9f75f6d36faff7a7.tar.gz
bcm5719-llvm-3b7ffd63149b086f5d56ba6b9f75f6d36faff7a7.zip
[RuntimeDyld] #include <cctype> header in RuntimeDyldChecker.cpp.
Hopefully this will unbreak the windows bots. llvm-svn: 211958
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
index 8ed3b1697cf..c381baf0f5c 100644
--- a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
+++ b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
@@ -13,6 +13,7 @@
#include "llvm/MC/MCInst.h"
#include "llvm/Support/StringRefMemoryObject.h"
#include "RuntimeDyldImpl.h"
+#include <cctype>
#include <memory>
#define DEBUG_TYPE "rtdyld"
OpenPOWER on IntegriCloud