From: Christoph Sommer Date: Mon, 1 May 2006 20:33:37 +0000 (+0000) Subject: added missing include X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=50d326319a7bb3a28e8b319881d8ccef4e18059d;p=supertux.git added missing include SVN-Revision: 3483 --- diff --git a/src/object/sprite_particle.cpp b/src/object/sprite_particle.cpp index c166253d4..a9341f49b 100644 --- a/src/object/sprite_particle.cpp +++ b/src/object/sprite_particle.cpp @@ -18,6 +18,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#include #include "sprite_particle.hpp" #include "sector.hpp" #include "camera.hpp"