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 | 8f943e727b1158cc8c11d74ea521ac1c2f9cb974 (patch) | |
tree | a2a112a183ec029b4c504fdad6e0cf841963c8d1 | |
parent | ab274804f941ef80ed3d96a8a0da0fe95884e0c1 (diff) |
#i10000# added missing headersooo/DEV300_m80
-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 132693826d..04812ae7d9 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; |