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)
llvm-svn: 198672

clang/lib/CodeGen/CodeGenPGO.cpp

index c1a45be..fb42a8a 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"