diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-28 14:08:03 -0500 |
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-28 14:08:03 -0500 |
| commit | 5d27227c3ea7a5976eb8b241975f4871fb07aa52 (patch) | |
| tree | 38098e07e322999a164a155d75929de8ea33bb32 | |
| parent | ef96ac8e59d2a6a9d9e49af824f7b32986c1e3d9 (diff) | |
| download | koffice-5d27227c3ea7a5976eb8b241975f4871fb07aa52.tar.gz koffice-5d27227c3ea7a5976eb8b241975f4871fb07aa52.zip | |
Fix koffice FTBFS on 64-bit.
This resolves bug report 1236.
| -rw-r--r-- | filters/kword/wordperfect/import/Style.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filters/kword/wordperfect/import/Style.hxx b/filters/kword/wordperfect/import/Style.hxx index 7d1a138be..808288652 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: |
