From: tgdwyer Date: Tue, 18 Jul 2006 01:36:30 +0000 (+0000) Subject: added include of "helper/png-write.h" to fix compile error: X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=484c6ac92181ef820ce4b6f9fe242c8712f66367;p=inkscape.git added include of "helper/png-write.h" to fix compile error: main.cpp:973: error: ‘sp_export_png_file’ was not declared in this scope Did someone else do an incomplete commit? --- diff --git a/src/main.cpp b/src/main.cpp index c3d368bc5..d9744b039 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -81,6 +81,8 @@ #include "debug/logger.h" +//#include "helper/png-write.h" + #include #include #include