From 48a18184696bb2e2c6884ae4d755e669258c6585 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 22 Oct 2011 01:24:48 +0000 Subject: [PATCH] Fix koffice FTBFS on armel git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1260139 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- filters/kword/latex/export/layout.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/filters/kword/latex/export/layout.cc b/filters/kword/latex/export/layout.cc index 2615b852c..f75ac6516 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;