freebsd-ports/graphics/hugin/files/patch-src-include-common-utils.h
Max Khon 77414578df - Fix build on RELENG_4.
- Fix dependencies on wxgtk (include lib versions, otherwise
wxgtk2 2.6.x libarries could match)
- Bump PORTREVISION.

Approved by:	portmgr
2005-08-14 13:43:22 +00:00

12 lines
263 B
C

--- src/include/common/utils.h.orig Mon Jan 17 07:29:40 2005
+++ src/include/common/utils.h Thu Aug 11 20:24:45 2005
@@ -30,6 +30,9 @@
#include <sstream>
#include <cassert>
+#include <locale.h>
+#include <stdio.h>
+
#include "platform.h"
#ifdef __WXMSW__