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

@@ -40,6 +40,7 @@
#include <Nazara/Core/Hash/SHA/Internal.hpp>
#include <Nazara/Core/Endianness.hpp>
#include <cstring>
#include <Nazara/Core/Debug.hpp>
/*** ENDIAN REVERSAL MACROS *******************************************/
#ifdef NAZARA_LITTLE_ENDIAN

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)
{

View File

@@ -3,6 +3,7 @@
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/Win32/Time.hpp>
#include <Nazara/Core/Debug.hpp>
time_t NzFileTimeToTime(FILETIME* time)
{