mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
#1809 include unistd.h required for usleep
This commit is contained in:
parent
73047b6d4e
commit
24c7bdc3d7
@ -49,6 +49,8 @@
|
|||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#else
|
||||||
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_QT_OPENGL
|
#ifdef HAVE_QT_OPENGL
|
||||||
|
Loading…
Reference in New Issue
Block a user