[DEV] remove dependency of unistd.h
This commit is contained in:
parent
90ca5dd976
commit
706ee6bee4
@ -12,7 +12,7 @@
|
||||
// for the rand ...
|
||||
#include <time.h>
|
||||
#include <cmath>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
etk::BaseNoise::BaseNoise(const ivec2& _size, float _min, float _max) :
|
||||
|
@ -9,7 +9,7 @@
|
||||
// for the rand ...
|
||||
#include <time.h>
|
||||
#include <cmath>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
double etk::tool::frand(double _a, double _b) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user