From: Ricardo Cruz Date: Thu, 20 May 2004 15:09:58 +0000 (+0000) Subject: Just added a missing header. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=ae373fc519144a9435134824e48bd1e37482c866;p=supertux.git Just added a missing header. SVN-Revision: 1280 --- diff --git a/src/tilemap.cpp b/src/tilemap.cpp index ba560c6e2..67b3f4d7a 100644 --- a/src/tilemap.cpp +++ b/src/tilemap.cpp @@ -1,3 +1,5 @@ +#include + #include "tilemap.h" #include "display_manager.h" #include "level.h"