From 30e841d5b6f082bce1f98c6df198aeea28a2d95b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 17 Mar 2011 23:14:52 +0000 Subject: Tweaks to the variant class make it much cooler, and there's a test/tool called format, it's a proof of concept of a text formatter. I think it's gonna' rock. --- src/lexer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lexer.cpp') diff --git a/src/lexer.cpp b/src/lexer.cpp index 7dc2b23..a071695 100644 --- a/src/lexer.cpp +++ b/src/lexer.cpp @@ -6,6 +6,7 @@ */ #include "bu/lexer.h" +#include "bu/membuf.h" Bu::Lexer::Lexer() { -- cgit v1.2.3