#1809 include unistd.h required for usleep
authorAndrey Kamaev <no@email>
Mon, 16 Apr 2012 18:17:38 +0000 (18:17 +0000)
committerAndrey Kamaev <no@email>
Mon, 16 Apr 2012 18:17:38 +0000 (18:17 +0000)
modules/highgui/src/window_QT.cpp

index d0eb08d..30bf973 100755 (executable)
@@ -49,6 +49,8 @@
 \r
 #ifdef _WIN32\r
 #include <windows.h>\r
+#else\r
+#include <unistd.h>\r
 #endif\r
 \r
 #ifdef HAVE_QT_OPENGL\r