Index: Games/Pingus/src/editorobjs/switch_door_obj.cxx =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/switch_door_obj.cxx,v retrieving revision 1.1 diff -u -r1.1 switch_door_obj.cxx --- Games/Pingus/src/editorobjs/switch_door_obj.cxx 11 Sep 2002 15:27:19 -0000 1.1 +++ Games/Pingus/src/editorobjs/switch_door_obj.cxx 16 Sep 2002 22:50:47 -0000 @@ -17,6 +17,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 #include "switch_door_obj.hxx" #include "../editor/editor_view.hxx" Index: Games/Pingus/src/editorobjs/teleporter_target_obj.cxx =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/teleporter_target_obj.cxx,v retrieving revision 1.3 diff -u -r1.3 teleporter_target_obj.cxx --- Games/Pingus/src/editorobjs/teleporter_target_obj.cxx 10 Sep 2002 19:24:19 -0000 1.3 +++ Games/Pingus/src/editorobjs/teleporter_target_obj.cxx 16 Sep 2002 22:50:47 -0000 @@ -17,6 +17,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 #include "teleporter_obj.hxx" #include "teleporter_target_obj.hxx"