diff options
Diffstat (limited to 'qt/SciListBox.cpp')
-rw-r--r-- | qt/SciListBox.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qt/SciListBox.cpp b/qt/SciListBox.cpp index 2d504e5..3b34793 100644 --- a/qt/SciListBox.cpp +++ b/qt/SciListBox.cpp @@ -20,6 +20,10 @@ // 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 <stdlib.h> #include <string.h> |