Add some missing includes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#include <Nazara/Core/MemoryView.hpp>
|
||||
#include <catch2/catch.hpp>
|
||||
#include <cstring>
|
||||
|
||||
SCENARIO("Buffering", "[CORE][BUFFERING]")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user