Fixed missing debug tools include

Former-commit-id: b9a53f96e603c057f08e11e17a38d5a8322820c9
This commit is contained in:
Lynix
2013-05-11 20:15:08 +02:00
parent 4d9ba84d03
commit a6cbc5c872
10 changed files with 10 additions and 7 deletions

View File

@@ -4,10 +4,10 @@
#include <Nazara/Core/Posix/FileImpl.hpp>
#include <Nazara/Core/Error.hpp>
#include <Nazara/Core/Debug.hpp>
#include <stdio.h>
#include <unistd.h>
#include <time.h>
#include <Nazara/Core/Debug.hpp>
NzFileImpl::NzFileImpl(const NzFile* parent) :
m_endOfFile(false),

View File

@@ -6,8 +6,8 @@
#include <Nazara/Core/Config.hpp>
#include <Nazara/Core/Error.hpp>
#include <limits>
#include <Nazara/Core/Debug.hpp>
#include <sys/time.h>
#include <Nazara/Core/Debug.hpp>
NzSemaphoreImpl::NzSemaphoreImpl(unsigned int count)
{