diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-18 21:14:16 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-18 21:14:16 -0800 |
commit | 62a7aaa25fa8052f80f3bfdd95347104ed69166c (patch) | |
tree | 2207347c0e5d4874165b91751dd9af5ead239dbf /idl/inc | |
parent | d8369857bbbb75417e4b044fe77a6c87709e7ac0 (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')
-rw-r--r-- | idl/inc/lex.hxx | 1 | ||||
-rw-r--r-- | idl/inc/object.hxx | 1 | ||||
-rw-r--r-- | idl/inc/types.hxx | 1 |
3 files changed, 3 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, diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx index 5b454dc37d6e..84965e1cc768 100644 --- a/idl/inc/object.hxx +++ b/idl/inc/object.hxx @@ -33,6 +33,7 @@ #include <types.hxx> #include <slot.hxx> #include <vector> +#include <tools/list.hxx> struct SvSlotElement { diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index 8c064cd35305..d716ac520f62 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -29,6 +29,7 @@ #ifndef _TYPES_HXX #define _TYPES_HXX +#include <tools/list.hxx> #include <tools/ref.hxx> #include <basobj.hxx> |