fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / object / portable.hpp
index 492eaa3..52802ba 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "moving_object.hpp"
 #include "direction.hpp"
+#include "refcounter.hpp"
 
 /**
  * An object that inherits from this object is considered "portable" and can
@@ -34,7 +35,7 @@ class Portable
 public:
   virtual ~Portable()
   { }
-  
+
   /**
    * called each frame when the object has been grabbed.
    */