wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src/serialization parser.cpp


From: David White
Subject: [Wesnoth-cvs-commits] wesnoth/src/serialization parser.cpp
Date: Mon, 07 Mar 2005 21:28:12 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <address@hidden>    05/03/08 02:28:12

Modified files:
        src/serialization: parser.cpp 

Log message:
        added inclusion of global.hpp

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/serialization/parser.cpp.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: wesnoth/src/serialization/parser.cpp
diff -u wesnoth/src/serialization/parser.cpp:1.2 
wesnoth/src/serialization/parser.cpp:1.3
--- wesnoth/src/serialization/parser.cpp:1.2    Sat Mar  5 11:33:29 2005
+++ wesnoth/src/serialization/parser.cpp        Tue Mar  8 02:28:12 2005
@@ -1,4 +1,4 @@
-/* $Id: parser.cpp,v 1.2 2005/03/05 11:33:29 silene Exp $ */
+/* $Id: parser.cpp,v 1.3 2005/03/08 02:28:12 Sirp Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Copyright (C) 2005 by Guillaume Melquiond <address@hidden>
@@ -10,7 +10,9 @@
    but WITHOUT ANY WARRANTY.
 
    See the COPYING file for more details.
-*/
+*/
+
+#include "global.hpp"
 
 #include "config.hpp"
 #include "filesystem.hpp"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]