summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-28 14:08:03 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-28 14:08:03 -0500
commit5d27227c3ea7a5976eb8b241975f4871fb07aa52 (patch)
tree38098e07e322999a164a155d75929de8ea33bb32
parentef96ac8e59d2a6a9d9e49af824f7b32986c1e3d9 (diff)
downloadkoffice-5d27227c.tar.gz
koffice-5d27227c.zip
Fix koffice FTBFS on 64-bit.
This resolves bug report 1236.
-rw-r--r--filters/kword/wordperfect/import/Style.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/filters/kword/wordperfect/import/Style.hxx b/filters/kword/wordperfect/import/Style.hxx
index 7d1a138b..80828865 100644
--- a/filters/kword/wordperfect/import/Style.hxx
+++ b/filters/kword/wordperfect/import/Style.hxx
@@ -31,6 +31,8 @@
#include <libwpd/libwpd.h>
#include "DocumentElement.hxx"
+#include <cstddef>
+
class TopLevelElementStyle
{
public: