summaryrefslogtreecommitdiff
path: root/lib/TableGen
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2011-12-22 23:08:39 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2011-12-22 23:08:39 +0000
commit8cc300cb3415d1d806e6f9e6ecb7c3d3f8341ad2 (patch)
tree2ddb7f09922c1eff493793f48202452e0ae644e3 /lib/TableGen
parent9421406aada374f79ce2f8e576824463f7830981 (diff)
downloadllvm-8cc300cb3415d1d806e6f9e6ecb7c3d3f8341ad2.tar.gz
llvm-8cc300cb3415d1d806e6f9e6ecb7c3d3f8341ad2.tar.bz2
llvm-8cc300cb3415d1d806e6f9e6ecb7c3d3f8341ad2.tar.xz
try to fix MSVC build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147198 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/TableGen')
-rw-r--r--lib/TableGen/TGLexer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/TableGen/TGLexer.cpp b/lib/TableGen/TGLexer.cpp
index 0977b00e8c..c9c674c889 100644
--- a/lib/TableGen/TGLexer.cpp
+++ b/lib/TableGen/TGLexer.cpp
@@ -22,6 +22,9 @@
#include <cstdlib>
#include <cstring>
#include <cerrno>
+
+#include "llvm/Config/config.h"
+
using namespace llvm;
TGLexer::TGLexer(SourceMgr &SM) : SrcMgr(SM) {