mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
Include <unistd.h> to address a build error experienced by Clement.
This commit is contained in:
parent
224e5d666d
commit
98759c3ba1
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
#define __hifi__SharedUtil__
|
#define __hifi__SharedUtil__
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <unistd.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
Loading…
Reference in a new issue