Add some missing includes

This commit is contained in:
SirLynix 2022-05-09 09:00:17 +02:00
parent df55a02fa7
commit 6dc2cefc2c
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@
#if defined(NAZARA_AUDIO_OPENAL) || defined(NAZARA_AUDIO_BUILD)
#include <cstddef>
// Inclusion of OpenAL headers
// OpenAL headers does not allow us to only get the signatures without the pointers to the functions

View File

@ -1,5 +1,6 @@
#include <Nazara/Core/MemoryView.hpp>
#include <catch2/catch.hpp>
#include <cstring>
SCENARIO("Buffering", "[CORE][BUFFERING]")
{