patch contributed by markos_64:
[supertux.git] / src / badguy / badguy.cpp
index b075dd1..25825a4 100644 (file)
@@ -1,7 +1,7 @@
 #include <config.h>
 
 #include "badguy.h"
-#include "camera.h"
+#include "object/camera.h"
 
 static const float SQUISH_TIME = 2;
 static const float X_OFFSCREEN_DISTANCE = 1600;