From b0ce9e768aed86e894dcffae75e69a80c51e7b5d Mon Sep 17 00:00:00 2001
From: Ralf Jung <post@ralfj.de>
Date: Sat, 29 Oct 2022 20:28:02 +0200
Subject: [PATCH] fix build

---
 gltest.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gltest.cpp b/gltest.cpp
index f5f341e..b8d3d0e 100644
--- a/gltest.cpp
+++ b/gltest.cpp
@@ -26,6 +26,7 @@
 #include <unistd.h>
 #include <assert.h>
 #include <boost/program_options.hpp>
+#include <X11/keysym.h>
 
 namespace po = boost::program_options;
 
-- 
2.39.5