Improved collision detection by taking movement into account. Fixed long standing...
[supertux.git] / lib / special / frame_rate.cpp
index 3e85783..5c8c2b8 100644 (file)
@@ -16,6 +16,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <config.h>
+
 #include "SDL.h"
 
 #include "../special/frame_rate.h"