aboutsummaryrefslogtreecommitdiffstats
path: root/src/lex.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-12-13 03:55:24 +0000
committerDavid Robillard <d@drobilla.net>2009-12-13 03:55:24 +0000
commit9d9fa6162295f3813d20f7a3ad4e07ccd6087c3c (patch)
tree5c94e5a95de2b8571863df8b482c4358c15666e4 /src/lex.cpp
parent51bd05ac7064714426db39215e5fa3d73a9631e7 (diff)
downloadresp-9d9fa6162295f3813d20f7a3ad4e07ccd6087c3c.tar.gz
resp-9d9fa6162295f3813d20f7a3ad4e07ccd6087c3c.tar.bz2
resp-9d9fa6162295f3813d20f7a3ad4e07ccd6087c3c.zip
Update for LLVM 2.6.
git-svn-id: http://svn.drobilla.net/resp/tuplr@248 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/lex.cpp')
-rw-r--r--src/lex.cpp1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
#include <stack>
#include "tuplr.hpp"