Core/ByteArray: Fix missing include

Former-commit-id: f1f90e4be3d7af42114f0bbe48e351584ab16e77
This commit is contained in:
Lynix 2015-11-16 14:05:04 +01:00
parent 21f223f1c7
commit 9f7468d940
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
// This file is part of the "Nazara Engine - Core module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/Error.hpp>
namespace Nz
{
inline ByteArray::ByteArray(size_type n) :