From: Tobias Gläßer Date: Tue, 20 Jul 2004 18:06:14 +0000 (+0000) Subject: one forgotten #include change X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=3d48ec15e336a9f778fea64ab36ef598e9e5cad6;hp=236df51d91f0845cd4e06b3269e262911d81f5db;p=supertux.git one forgotten #include change SVN-Revision: 1600 --- diff --git a/src/special.cpp b/src/special.cpp index 701a82c74..09f287ca4 100644 --- a/src/special.cpp +++ b/src/special.cpp @@ -22,7 +22,7 @@ #include "SDL.h" -#include "defines.h" +#include "app/defines.h" #include "special.h" #include "camera.h" #include "gameloop.h"