diff src/misc/array.hpp @ 14258:a899d4e5ee1a draft

(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
author rubidium <rubidium@openttd.org>
date Fri, 15 Jan 2010 16:41:15 +0000 (2010-01-15)
parents bc7926153e19
children fc6fd69bd2bb
line wrap: on
line diff
--- a/src/misc/array.hpp
+++ b/src/misc/array.hpp
@@ -13,6 +13,7 @@
 #define  ARRAY_HPP
 
 #include "fixedsizearray.hpp"
+#include "str.hpp"
 
 /** Flexible array with size limit. Implemented as fixed size
  *  array of fixed size arrays */