From 484c6ac92181ef820ce4b6f9fe242c8712f66367 Mon Sep 17 00:00:00 2001 From: tgdwyer Date: Tue, 18 Jul 2006 01:36:30 +0000 Subject: [PATCH] =?utf8?q?added=20include=20of=20"helper/png-write.h"=20to?= =?utf8?q?=20fix=20compile=20error:=20main.cpp:973:=20error:=20=E2=80=98sp?= =?utf8?q?=5Fexport=5Fpng=5Ffile=E2=80=99=20was=20not=20declared=20in=20th?= =?utf8?q?is=20scope?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Did someone else do an incomplete commit? --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2