Fixed missing include

Former-commit-id: 9bc1621e951ff5d9cb4bd15bffff3fd477104fd4
This commit is contained in:
Lynix 2015-01-17 22:45:36 +01:00
parent b699d06805
commit c688b3f363
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <Nazara/Graphics/Loaders/OBJ.hpp>
#include <Nazara/Graphics/Loaders/Texture.hpp>
#include <Nazara/Renderer/Renderer.hpp>
#include <Nazara/Utility/Font.hpp>
#include <Nazara/Graphics/Debug.hpp>
bool NzGraphics::Initialize()