From e9644b12fe519bec87c39646a8eb4c38c0c4b08d Mon Sep 17 00:00:00 2001 From: Tim Dwyer Date: Tue, 18 Jul 2006 01:36:30 +0000 Subject: =?UTF-8?q?added=20include=20of=20"helper/png-write.h"=20to=20fix?= =?UTF-8?q?=20compile=20error:=20main.cpp:973:=20error:=20=E2=80=98sp=5Fex?= =?UTF-8?q?port=5Fpng=5Ffile=E2=80=99=20was=20not=20declared=20in=20this?= =?UTF-8?q?=20scope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Did someone else do an incomplete commit? (bzr r1433) --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') 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 -- cgit v1.2.3