From: Justin Bogner Date: Tue, 7 Jan 2014 03:43:15 +0000 (+0000) Subject: CodeGen: Include llvm/Config/config.h for strtoll on Windows X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a1b5e35a306027d19088f08c686214877e80814;p=clang CodeGen: Include llvm/Config/config.h for strtoll on Windows git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198672 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenPGO.cpp b/lib/CodeGen/CodeGenPGO.cpp index c1a45be115..fb42a8a222 100644 --- a/lib/CodeGen/CodeGenPGO.cpp +++ b/lib/CodeGen/CodeGenPGO.cpp @@ -15,6 +15,7 @@ #include "CodeGenFunction.h" #include "clang/AST/RecursiveASTVisitor.h" #include "clang/AST/StmtVisitor.h" +#include "llvm/Config/config.h" // for strtoull()/strtoll() define #include "llvm/IR/MDBuilder.h" #include "llvm/Support/FileSystem.h"