]> granicus.if.org Git - clang/commitdiff
CodeGen: Include llvm/Config/config.h for strtoll on Windows
authorJustin Bogner <mail@justinbogner.com>
Tue, 7 Jan 2014 03:43:15 +0000 (03:43 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 7 Jan 2014 03:43:15 +0000 (03:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198672 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenPGO.cpp

index c1a45be115ec610ed22c43ec94d41001d13640c9..fb42a8a22245c8cff27aded7710f11b126d2fce0 100644 (file)
@@ -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"