From 9a238bf77a520b977452c4e5c749ed9d459147b6 Mon Sep 17 00:00:00 2001 From: iProgramInCpp Date: Sat, 19 Aug 2023 10:15:46 +0300 Subject: [PATCH] It's fixed. Sorry --- platforms/openal/SoundSystemAL.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/openal/SoundSystemAL.hpp b/platforms/openal/SoundSystemAL.hpp index 16b82ca..fca2f46 100644 --- a/platforms/openal/SoundSystemAL.hpp +++ b/platforms/openal/SoundSystemAL.hpp @@ -19,7 +19,7 @@ #include #include "client/sound/SoundSystem.hpp" -#include +#include "world/phys/Vec3.hpp" #define MAX_IDLE_SOURCES 50 #define MAX_DISTANCE 16.0f