mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 07:13:57 +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__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Reference in a new issue