From: Duncan Sands Date: Sat, 3 Mar 2012 09:36:58 +0000 (+0000) Subject: Include cctype for isdigit. Patch by Stephen Hines. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0aaf2f63699f4c99a940abf81c4c9d912fa54356;p=oota-llvm.git 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 --- diff --git a/lib/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp index 8af2c88db03..f19e6e30f1e 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; //===----------------------------------------------------------------------===//