Code

added include of "helper/png-write.h" to fix compile error:
authortgdwyer <tgdwyer@users.sourceforge.net>
Tue, 18 Jul 2006 01:36:30 +0000 (01:36 +0000)
committertgdwyer <tgdwyer@users.sourceforge.net>
Tue, 18 Jul 2006 01:36:30 +0000 (01:36 +0000)
main.cpp:973: error: ‘sp_export_png_file’ was not declared in this scope

Did someone else do an incomplete commit?

src/main.cpp

index c3d368bc536c69c1b8b93c622aefd15e0dded73f..d9744b039ca9ede18ba902267dfed58a338e4cd9 100644 (file)
@@ -81,6 +81,8 @@
 
 #include "debug/logger.h"
 
+//#include "helper/png-write.h"
+
 #include <extension/extension.h>
 #include <extension/system.h>
 #include <extension/db.h>