From: Ryan Flegel Date: Mon, 24 May 2004 21:29:11 +0000 (+0000) Subject: - missing include X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a95ae2794a80cf97763224756b1870619441d6f3;p=supertux.git - missing include SVN-Revision: 1313 --- diff --git a/src/camera.h b/src/camera.h index e1de4a5b4..fd37ed95a 100644 --- a/src/camera.h +++ b/src/camera.h @@ -22,6 +22,7 @@ #include "vector.h" #include "game_object.h" #include "serializable.h" +#include class LispReader; class Player;