src/news.h
branchnoai
changeset 9723 eee46cb39750
parent 9722 ebf0ece7d8f6
child 9724 b39bc69bb2f2
--- a/src/news.h	Fri Nov 23 16:59:30 2007 +0000
+++ b/src/news.h	Wed Jan 09 18:11:12 2008 +0000
@@ -5,6 +5,11 @@
 #ifndef NEWS_H
 #define NEWS_H
 
+#include "window_type.h"
+#include "vehicle_type.h"
+#include "tile_type.h"
+#include "date_type.h"
+
 struct NewsItem {
 	StringID string_id; ///< Message text (sometimes also used for storing other info)
 	uint16 duration;    ///< Remaining time for showing this news message