diff options
| author | coco875 <pereira.jannin@gmail.com> | 2025-05-27 20:07:56 +0200 |
|---|---|---|
| committer | coco875 <pereira.jannin@gmail.com> | 2025-05-27 20:07:56 +0200 |
| commit | 0849d9d83ce8d1efb50baa9dbbd4dc1ddd6f16e7 (patch) | |
| tree | eae388c5d30ba68f59401df67a1823b247569cf3 /src | |
| parent | a2c9b7b55506cb1a37079cdd240b608ab52c5186 (diff) | |
fix windows
Diffstat (limited to 'src')
| -rw-r--r-- | src/engine/Smoke.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <port/interpolation/FrameInterpolation.h> 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 <port/interpolation/FrameInterpolation.h> } //! @todo: This should be an Object class one day |
