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 tokenizer.cpp


From: David White
Subject: [Wesnoth-cvs-commits] wesnoth/src/serialization tokenizer.cpp
Date: Thu, 14 Apr 2005 22:37:23 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <address@hidden>    05/04/15 02:37:23

Modified files:
        src/serialization: tokenizer.cpp 

Log message:
        added include of global.hpp

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

Patches:
Index: wesnoth/src/serialization/tokenizer.cpp
diff -u wesnoth/src/serialization/tokenizer.cpp:1.6 
wesnoth/src/serialization/tokenizer.cpp:1.7
--- wesnoth/src/serialization/tokenizer.cpp:1.6 Mon Apr  4 20:14:21 2005
+++ wesnoth/src/serialization/tokenizer.cpp     Fri Apr 15 02:37:22 2005
@@ -1,4 +1,4 @@
-/* $Id: tokenizer.cpp,v 1.6 2005/04/04 20:14:21 gruikya Exp $ */
+/* $Id: tokenizer.cpp,v 1.7 2005/04/15 02:37:22 Sirp Exp $ */
 /*
    Copyright (C) 2004 by Philippe Plantier <address@hidden>
    Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -10,6 +10,8 @@
 
    See the COPYING file for more details.
 */
+
+#include "global.hpp"
 
 #include "tokenizer.hpp"
 #include "string_utils.hpp"




reply via email to

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