From a6f4e7b08df0bcb55c754908225b9a4607c52ec0 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Tue, 16 May 2023 14:32:33 +0200 Subject: [PATCH] Add missing include --- src/Nazara/JoltPhysics3D/JoltPhysWorld3D.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Nazara/JoltPhysics3D/JoltPhysWorld3D.cpp b/src/Nazara/JoltPhysics3D/JoltPhysWorld3D.cpp index e1ed0fdc1..4e87100d5 100644 --- a/src/Nazara/JoltPhysics3D/JoltPhysWorld3D.cpp +++ b/src/Nazara/JoltPhysics3D/JoltPhysWorld3D.cpp @@ -3,6 +3,7 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include +#include #include #include #include