diff options
Diffstat (limited to 'misc/openoffice3/patches/patch-configmgr_source_treemgr_templateimpl.hxx')
-rw-r--r-- | misc/openoffice3/patches/patch-configmgr_source_treemgr_templateimpl.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/openoffice3/patches/patch-configmgr_source_treemgr_templateimpl.hxx b/misc/openoffice3/patches/patch-configmgr_source_treemgr_templateimpl.hxx new file mode 100644 index 00000000000..4da15ee08a4 --- /dev/null +++ b/misc/openoffice3/patches/patch-configmgr_source_treemgr_templateimpl.hxx @@ -0,0 +1,12 @@ +$NetBSD: patch-configmgr_source_treemgr_templateimpl.hxx,v 1.1 2012/06/29 12:36:39 joerg Exp $ + +--- configmgr/source/treemgr/templateimpl.hxx.orig 2012-06-23 17:27:43.000000000 +0000 ++++ configmgr/source/treemgr/templateimpl.hxx +@@ -31,6 +31,7 @@ + #ifndef CONFIGMGR_TEMPLATEIMPL_HXX_ + #define CONFIGMGR_TEMPLATEIMPL_HXX_ + ++#include "treemanager.hxx" + #include "template.hxx" + #include "configpath.hxx" + #include "requestoptions.hxx" |