CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <[EMAIL PROTECTED]> 05/03/08 02:29:10
Modified files:
src : map_create.cpp
Log message:
added inclusion of global.hpp
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/map_create.cpp.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
Patches:
Index: wesnoth/src/map_create.cpp
diff -u wesnoth/src/map_create.cpp:1.1 wesnoth/src/map_create.cpp:1.2
--- wesnoth/src/map_create.cpp:1.1 Sat Mar 5 17:35:48 2005
+++ wesnoth/src/map_create.cpp Tue Mar 8 02:29:10 2005
@@ -1,3 +1,5 @@
+#include "global.hpp"
+
#include "cavegen.hpp"
#include "log.hpp"
#include "map_create.hpp"