From 0aaf2f63699f4c99a940abf81c4c9d912fa54356 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sat, 3 Mar 2012 09:36:58 +0000 Subject: [PATCH] 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(+) 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; //===----------------------------------------------------------------------===// -- 2.34.1