From: Ralf Jung <post@ralfj.de>
Date: Sat, 29 Oct 2022 18:28:02 +0000 (+0200)
Subject: fix build
X-Git-Url: https://git.ralfj.de/gltest.git/commitdiff_plain/b0ce9e768aed86e894dcffae75e69a80c51e7b5d

fix build
---

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;