From e0b5ef16d393369aabd57d72e9c96aedae865f3d Mon Sep 17 00:00:00 2001 From: Stepland <10530295-Buggyroom@users.noreply.gitlab.com> Date: Tue, 27 Dec 2022 18:51:03 +0100 Subject: [PATCH] Add missing import --- src/custom_sfml_audio/al_check.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/custom_sfml_audio/al_check.cpp b/src/custom_sfml_audio/al_check.cpp index e81d0ee..e98edf7 100644 --- a/src/custom_sfml_audio/al_check.cpp +++ b/src/custom_sfml_audio/al_check.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #if defined(__APPLE__) #if defined(__clang__)