1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

#1809 include unistd.h required for usleep

This commit is contained in:
Andrey Kamaev
2012-04-16 18:17:38 +00:00
parent 73047b6d4e
commit 24c7bdc3d7
+2
View File
@@ -49,6 +49,8 @@
#ifdef _WIN32
#include <windows.h>
#else
#include <unistd.h>
#endif
#ifdef HAVE_QT_OPENGL