[fix] resolve compilation errors on Linux

This commit is contained in:
dijunkun
2025-12-01 13:07:36 +08:00
parent 7d3ecf789d
commit 131b4f1795
3 changed files with 14 additions and 11 deletions

View File

@@ -1,6 +1,9 @@
#include "screen_capturer_x11.h"
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/extensions/Xfixes.h>
#include <X11/extensions/Xrandr.h>
#include <chrono>
#include <thread>