diff --git a/capture/src/capture.cpp b/capture/src/capture.cpp index 80c96b62..cd5a6384 100644 --- a/capture/src/capture.cpp +++ b/capture/src/capture.cpp @@ -1,6 +1,7 @@ #ifdef _WIN32 # include #else +# include #endif #include diff --git a/capture/src/capturedaemon.cpp b/capture/src/capturedaemon.cpp index 19f6db57..ef204d9b 100644 --- a/capture/src/capturedaemon.cpp +++ b/capture/src/capturedaemon.cpp @@ -1,7 +1,6 @@ #ifdef _WIN32 # include #else -# include # include #endif @@ -12,6 +11,7 @@ #include #include #include +#include #include #include #include