diff options
Diffstat (limited to 'qt/qextscintillacommandset.cpp')
-rw-r--r-- | qt/qextscintillacommandset.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt/qextscintillacommandset.cpp b/qt/qextscintillacommandset.cpp index aa7479d..d7b1896 100644 --- a/qt/qextscintillacommandset.cpp +++ b/qt/qextscintillacommandset.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 <tqsettings.h> |