diff options
Diffstat (limited to 'qt/qextscintillaprinter.cpp')
-rw-r--r-- | qt/qextscintillaprinter.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt/qextscintillaprinter.cpp b/qt/qextscintillaprinter.cpp index ed6f279..d09c7a6 100644 --- a/qt/qextscintillaprinter.cpp +++ b/qt/qextscintillaprinter.cpp @@ -19,6 +19,9 @@ // TQScintilla; see the file LICENSE. If not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif #include <tqprinter.h> #include <tqpainter.h> |