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