diff --git a/src/engine/Smoke.cpp b/src/engine/Smoke.cpp index 90052ab5d..6a4566df4 100644 --- a/src/engine/Smoke.cpp +++ b/src/engine/Smoke.cpp @@ -5,6 +5,7 @@ #include "World.h" #include "vehicles/Train.h" #include "vehicles/Boat.h" +#include extern "C" { #include "macros.h" @@ -13,7 +14,6 @@ extern "C" { #include "update_objects.h" #include "math_util_2.h" #include "assets/common_data.h" -#include } //! @todo: This should be an Object class one day