From 53fa2ba67b4c8a286d2979b3765bb3e0d0fae484 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 2 Mar 2026 23:51:35 +0100 Subject: [PATCH] Fix includes. --- capture/src/capture.cpp | 1 + capture/src/capturedaemon.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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