CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
    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