summaryrefslogtreecommitdiff
path: root/graphics/hugin/files/patch-src-include-common-utils.h
blob: 17d99366f2f7b0db88168f9ef633f581af3570bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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__