From 9f1fddc47ce10fbc65cdeaa70461063b9921434e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 6 Aug 2024 05:57:21 +0200 Subject: Copy Config from gpu-screen-recorder-gtk, make it more modern and efficient with string_view and variant, use string_view in gsr info parsing --- include/gui/Utils.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/gui/Utils.hpp') diff --git a/include/gui/Utils.hpp b/include/gui/Utils.hpp index fe5ee49..885bf3e 100644 --- a/include/gui/Utils.hpp +++ b/include/gui/Utils.hpp @@ -3,6 +3,9 @@ #include #include +#include +#include + namespace mgl { class Window; } -- cgit v1.2.3