diff options
Diffstat (limited to 'src/notecontent.cpp')
-rw-r--r-- | src/notecontent.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/notecontent.cpp b/src/notecontent.cpp index d7da39d..3574d7c 100644 --- a/src/notecontent.cpp +++ b/src/notecontent.cpp @@ -18,6 +18,10 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <tqfile.h> #include <tqdir.h> #include <tqdom.h> |