summaryrefslogtreecommitdiff
path: root/src/x.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2026-05-28 15:36:04 +0200
committerJoel Klinghed <the_jk@opera.com>2026-05-28 15:36:04 +0200
commita8b4c56e3f453869ce447bbbf43148afc55dd849 (patch)
tree82db9e65c763971e9f5fe156942be2eca83440d5 /src/x.hh
parente5d84f830e85c3d9f719a7e3f4a46db638327a3d (diff)
Add missing includes
Diffstat (limited to 'src/x.hh')
-rw-r--r--src/x.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/x.hh b/src/x.hh
index 27ac745..9da925b 100644
--- a/src/x.hh
+++ b/src/x.hh
@@ -2,6 +2,7 @@
#define X_HH
#include <memory>
+#include <string>
#include <xcb/render.h>
#include <xcb/xcb.h>
#include <xcb/xcb_ewmh.h>