From 0849d9d83ce8d1efb50baa9dbbd4dc1ddd6f16e7 Mon Sep 17 00:00:00 2001 From: coco875 Date: Tue, 27 May 2025 20:07:56 +0200 Subject: [PATCH] fix windows --- src/engine/Smoke.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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