X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fserializable.hpp;h=612f4573b152583372900dfc1371e47431a5bb25;hb=d84d73b701cc7fa2bd74f3490b9be1bf8b6f705a;hp=06a8234e300e0c24bddb8ba7c4e4b719d6e4583a;hpb=5b7f9214cb929399f1a855ef5807018a9447d510;p=supertux.git diff --git a/src/serializable.hpp b/src/serializable.hpp index 06a8234e3..612f4573b 100644 --- a/src/serializable.hpp +++ b/src/serializable.hpp @@ -1,7 +1,7 @@ // $Id$ // // SuperTux - A Jump'n Run -// Copyright (C) 2004 Matthias Braun // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -19,9 +19,7 @@ #ifndef SUPERTUX_SERIALIZABLE_H #define SUPERTUX_SERIALIZABLE_H -namespace lisp { -class Writer; -} +#include "lisp/writer.hpp" class Serializable {