From 1a1b5e35a306027d19088f08c686214877e80814 Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Tue, 7 Jan 2014 03:43:15 +0000 Subject: [PATCH] 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 --- lib/CodeGen/CodeGenPGO.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.40.0