From: Matthias Braun Date: Sun, 30 May 2004 17:54:23 +0000 (+0000) Subject: forgot stdint.h X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7e68eda54bbfff30b4c7f77f12115a0485afca3f;p=supertux.git forgot stdint.h SVN-Revision: 1367 --- diff --git a/src/tile.h b/src/tile.h index c466db243..d8a86eacb 100644 --- a/src/tile.h +++ b/src/tile.h @@ -24,6 +24,7 @@ #include #include #include +#include #include "screen/texture.h" #include "globals.h" #include "lispreader.h"