From 5d27227c3ea7a5976eb8b241975f4871fb07aa52 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 28 Oct 2012 14:08:03 -0500 Subject: Fix koffice FTBFS on 64-bit. This resolves bug report 1236. --- filters/kword/wordperfect/import/Style.hxx | 2 ++ 1 file changed, 2 insertions(+) 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 #include "DocumentElement.hxx" +#include + class TopLevelElementStyle { public: -- cgit v1.2.1