get a definition of strull on windows, thanks to Howard Su.
authorChris Lattner <sabre@nondot.org>
Tue, 23 Jun 2009 00:24:36 +0000 (00:24 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Jun 2009 00:24:36 +0000 (00:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73929 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-mc/AsmLexer.cpp

index 0828594a35b5e640d55314a3b74d03b7b87191b1..95937d2a606fcff7ae591fff671c3d9b7b70340f 100644 (file)
@@ -14,6 +14,7 @@
 #include "AsmLexer.h"
 #include "llvm/Support/SourceMgr.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "AsmLexer.h"
 #include "llvm/Support/SourceMgr.h"
 #include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Config/config.h"  // for strtoull.
 #include <cerrno>
 #include <cstdio>
 #include <cstdlib>
 #include <cerrno>
 #include <cstdio>
 #include <cstdlib>