aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-03-09 01:23:22 +0100
committerdec05eba <dec05eba@protonmail.com>2022-03-09 01:23:22 +0100
commit15d06abbc5a8752631288441131b3ebf9124f25b (patch)
tree883387e6a1e835572c65145d58ccf0d42886c0aa /src/main.cpp
parenta26d0fcc0a30a28ce0e458ea275fc0787c693bc6 (diff)
Fix compile on clang
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 15041d5..52cb374 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,6 @@
#include "../include/QuickMedia.hpp"
#include <unistd.h>
+#include <X11/Xlib.h>
int main(int argc, char **argv) {
XInitThreads();