From 0aaf2f63699f4c99a940abf81c4c9d912fa54356 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sat, 3 Mar 2012 09:36:58 +0000 Subject: Include cctype for isdigit. Patch by Stephen Hines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151973 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Linker/LinkModules.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Linker/LinkModules.cpp') diff --git a/lib/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp index 8af2c88db0..f19e6e30f1 100644 --- a/lib/Linker/LinkModules.cpp +++ b/lib/Linker/LinkModules.cpp @@ -24,6 +24,7 @@ #include "llvm/Support/Path.h" #include "llvm/Transforms/Utils/Cloning.h" #include "llvm/Transforms/Utils/ValueMapper.h" +#include using namespace llvm; //===----------------------------------------------------------------------===// -- cgit v1.2.3-18-g5258