From 9d9fa6162295f3813d20f7a3ad4e07ccd6087c3c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 13 Dec 2009 03:55:24 +0000 Subject: Update for LLVM 2.6. git-svn-id: http://svn.drobilla.net/resp/tuplr@248 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/lex.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lex.cpp') diff --git a/src/lex.cpp b/src/lex.cpp index b5c89e9..597ca34 100644 --- a/src/lex.cpp +++ b/src/lex.cpp @@ -19,6 +19,7 @@ * @brief Lexing (build an unparsed textual AST from a string) */ +#include #include #include "tuplr.hpp" -- cgit v1.2.1