blob: 821a51d06cc3f8d867e16a6a01da0f03a0dd8052 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/ccutil/ocrclass.h
+++ b/src/ccutil/ocrclass.h
@@ -28,6 +28,7 @@
#include <chrono>
#include <ctime>
+#include <sys/time.h>
#ifdef _WIN32
#include <winsock2.h> // for timeval
#endif
|