Index: ./Games/Pingus/src/editorobjs/conveyor_belt_obj.cxx =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/conveyor_belt_obj.cxx,v retrieving revision 1.2 diff -u -r1.2 conveyor_belt_obj.cxx --- ./Games/Pingus/src/editorobjs/conveyor_belt_obj.cxx 15 Sep 2002 11:02:24 -0000 1.2 +++ ./Games/Pingus/src/editorobjs/conveyor_belt_obj.cxx 19 Sep 2002 23:01:33 -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 "../editor/editor_view.hxx" #include "../worldobjsdata/conveyor_belt_data.hxx" #include "../pingus_resource.hxx" Index: ./Games/Pingus/src/editorobjs/ice_block_obj.cxx =================================================================== RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/ice_block_obj.cxx,v retrieving revision 1.2 diff -u -r1.2 ice_block_obj.cxx --- ./Games/Pingus/src/editorobjs/ice_block_obj.cxx 15 Sep 2002 11:02:24 -0000 1.2 +++ ./Games/Pingus/src/editorobjs/ice_block_obj.cxx 19 Sep 2002 23:01:33 -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 "../worldobjsdata/ice_block_data.hxx" #include "ice_block_obj.hxx"