Author: ilor
Date: Fri Jul  4 15:04:06 2008
New Revision: 27717

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27717&view=rev
Log:
add missing #include that only by accident didn't break building so far

Modified:
    trunk/src/marked-up_text.hpp

Modified: trunk/src/marked-up_text.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/marked-up_text.hpp?rev=27717&r1=27716&r2=27717&view=diff
==============================================================================
--- trunk/src/marked-up_text.hpp (original)
+++ trunk/src/marked-up_text.hpp Fri Jul  4 15:04:06 2008
@@ -18,8 +18,9 @@
 #ifndef MARKED_UP_TEXT_HPP_INCLUDED
 #define MARKED_UP_TEXT_HPP_INCLUDED
 
+
+#include "sdl_utils.hpp"
 class CVideo;
-
 #include <SDL_video.h>
 #include <string>
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to