summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/FileLexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/TableGen/FileLexer.l')
-rw-r--r--llvm/utils/TableGen/FileLexer.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/FileLexer.l b/llvm/utils/TableGen/FileLexer.l
index c1a7ec06adc..653e9d10fbf 100644
--- a/llvm/utils/TableGen/FileLexer.l
+++ b/llvm/utils/TableGen/FileLexer.l
@@ -27,6 +27,7 @@
%x comment
%{
+#include "llvm/Config/config.h"
#include "Record.h"
typedef std::pair<llvm::Record*, std::vector<llvm::Init*>*> SubClassRefTy;
#include "FileParser.h"
OpenPOWER on IntegriCloud