(Bitset) Fixed missing include

Former-commit-id: 6f1a0df5d0bc69072489ccd3ce70455de4130c75
This commit is contained in:
Lynix 2015-03-16 18:02:25 +01:00
parent 458cdd7cab
commit 6b799b1887
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/Error.hpp>
#include <Nazara/Math/Algorithm.hpp>
#include <limits>
#include <utility>
#include <Nazara/Core/Debug.hpp>