diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-05-31 11:58:26 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-05-31 11:58:26 +0200 |
commit | 3d8c426a8b699a1e5a63942adbcfcbffb9a84d46 (patch) | |
tree | fa9461b2d1abb90476e698cde37d7b7ec6381228 /sw/inc/swtable.hxx | |
parent | cb00a572b32b16b0a7fcc5e4a81abb01bbfe7d9a (diff) |
#i10000# added missing headers
Notes
Notes:
split repo tag: writer_ooo/DEV300_m80
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r-- | sw/inc/swtable.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index 13fd0a385f4f..1b1316ce37d1 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -39,6 +39,8 @@ #include <node.hxx> // fuer StartNode->GetMyIndex #else class SwStartNode; +#include <memory> +#include <boost/noncopyable.hpp> #endif class Color; |