diff options
Diffstat (limited to 'src/bnpview.cpp')
-rw-r--r-- | src/bnpview.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bnpview.cpp b/src/bnpview.cpp index 34a714c..15b8388 100644 --- a/src/bnpview.cpp +++ b/src/bnpview.cpp @@ -18,7 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ - /// NEW: +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <tqwidgetstack.h> #include <tqregexp.h> |