diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-22 01:24:48 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-22 01:24:48 +0000 |
commit | 48a18184696bb2e2c6884ae4d755e669258c6585 (patch) | |
tree | 75b383abc8397dad860fee4ae76ef13bd919ce5e | |
parent | a2b242fb5a856fbd6b477adac2eafcb9a1f51325 (diff) | |
download | koffice-48a18184696bb2e2c6884ae4d755e669258c6585.tar.gz koffice-48a18184696bb2e2c6884ae4d755e669258c6585.zip |
Fix koffice FTBFS on armelv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1260139 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | filters/kword/latex/export/layout.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filters/kword/latex/export/layout.cc b/filters/kword/latex/export/layout.cc index 2615b852..f75ac651 100644 --- a/filters/kword/latex/export/layout.cc +++ b/filters/kword/latex/export/layout.cc @@ -25,6 +25,7 @@ #include "fileheader.h" /* for _header use */ #include "tqlayout.h" +#include "layout.h" /* Static Datas */ TQString Layout::_last_name; |