Add some missing includes
This commit is contained in:
parent
df55a02fa7
commit
6dc2cefc2c
|
|
@ -11,6 +11,8 @@
|
||||||
|
|
||||||
#if defined(NAZARA_AUDIO_OPENAL) || defined(NAZARA_AUDIO_BUILD)
|
#if defined(NAZARA_AUDIO_OPENAL) || defined(NAZARA_AUDIO_BUILD)
|
||||||
|
|
||||||
|
#include <cstddef>
|
||||||
|
|
||||||
// Inclusion of OpenAL headers
|
// Inclusion of OpenAL headers
|
||||||
|
|
||||||
// OpenAL headers does not allow us to only get the signatures without the pointers to the functions
|
// 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 <Nazara/Core/MemoryView.hpp>
|
||||||
#include <catch2/catch.hpp>
|
#include <catch2/catch.hpp>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
SCENARIO("Buffering", "[CORE][BUFFERING]")
|
SCENARIO("Buffering", "[CORE][BUFFERING]")
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue