Core/ByteArray: Fix missing include
Former-commit-id: f1f90e4be3d7af42114f0bbe48e351584ab16e77
This commit is contained in:
parent
21f223f1c7
commit
9f7468d940
|
|
@ -2,6 +2,8 @@
|
||||||
// This file is part of the "Nazara Engine - Core module"
|
// This file is part of the "Nazara Engine - Core module"
|
||||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||||
|
|
||||||
|
#include <Nazara/Core/Error.hpp>
|
||||||
|
|
||||||
namespace Nz
|
namespace Nz
|
||||||
{
|
{
|
||||||
inline ByteArray::ByteArray(size_type n) :
|
inline ByteArray::ByteArray(size_type n) :
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue