Commit 24c7bdc3 authored by Andrey Kamaev's avatar Andrey Kamaev

#1809 include unistd.h required for usleep

parent 73047b6d
......@@ -49,6 +49,8 @@
#ifdef _WIN32
#include <windows.h>
#else
#include <unistd.h>
#endif
#ifdef HAVE_QT_OPENGL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment