summaryrefslogtreecommitdiffstats
path: root/databases/usogres/files/patch-rc.h
blob: 7f679a78ecc4396a5659f1b4e29bad0dad7f3ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/rc.h.orig	Wed Aug 20 19:04:19 2003
+++ src/rc.h	Wed Aug 20 19:07:33 2003
@@ -29,7 +29,7 @@
 #ifdef WIN32
 typedef std::basic_string<char> string;
 #else
-typedef basic_string<char> string;
+typedef std::basic_string<char> string;
 #endif
 
 class UsogresRC {
OpenPOWER on IntegriCloud