Missing header on Linux

This commit is contained in:
Romain Janvier
2024-03-11 22:14:10 +01:00
parent 0ad4044bbf
commit 9a253ce979
+1 -1
View File
@@ -46,7 +46,7 @@
#include <omp.h>
#endif
#if defined(__APPLE__)
#if defined(CC_MAC_OS) || defined(CC_LINUX)
#include <unistd.h>
#endif