summaryrefslogtreecommitdiff
path: root/idl/inc/lex.hxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-18 21:14:16 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-18 21:14:16 -0800
commit62a7aaa25fa8052f80f3bfdd95347104ed69166c (patch)
tree2207347c0e5d4874165b91751dd9af5ead239dbf /idl/inc/lex.hxx
parentd8369857bbbb75417e4b044fe77a6c87709e7ac0 (diff)
Add some #include <tools/list.hxx> backing
This files still use the DECLARE_LIST() macro. I didn't catch them because they are only compiled during make distclean.
Diffstat (limited to 'idl/inc/lex.hxx')
-rw-r--r--idl/inc/lex.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx
index 6578bf2ba03d..749d109bbf95 100644
--- a/idl/inc/lex.hxx
+++ b/idl/inc/lex.hxx
@@ -32,6 +32,7 @@
#include <hash.hxx>
#include <tools/gen.hxx>
#include <tools/stream.hxx>
+#include <tools/list.hxx>
enum SVTOKEN_ENUM { SVTOKEN_EMPTY, SVTOKEN_COMMENT,
SVTOKEN_INTEGER, SVTOKEN_STRING,