Core/TaskSchedulerImpl: Fix compilation under POSIX
Former-commit-id: a5cedcad78a02283984bcb56be2d5a58e11cd504
This commit is contained in:
parent
54f954208e
commit
8bdb1c5206
|
|
@ -7,8 +7,6 @@
|
||||||
#include <Nazara/Core/Error.hpp>
|
#include <Nazara/Core/Error.hpp>
|
||||||
#include <Nazara/Core/Debug.hpp>
|
#include <Nazara/Core/Debug.hpp>
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
bool NzTaskSchedulerImpl::Initialize(unsigned int workerCount)
|
bool NzTaskSchedulerImpl::Initialize(unsigned int workerCount)
|
||||||
{
|
{
|
||||||
if (IsInitialized())
|
if (IsInitialized())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue