From a8b4c56e3f453869ce447bbbf43148afc55dd849 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 28 May 2026 15:36:04 +0200 Subject: Add missing includes --- src/looper.hh | 1 + src/monitor.hh | 1 + src/x.hh | 1 + 3 files changed, 3 insertions(+) diff --git a/src/looper.hh b/src/looper.hh index 4dfe56f..f1459e2 100644 --- a/src/looper.hh +++ b/src/looper.hh @@ -1,6 +1,7 @@ #ifndef LOOPER_HH #define LOOPER_HH +#include #include class Looper { diff --git a/src/monitor.hh b/src/monitor.hh index bf9cb05..402b087 100644 --- a/src/monitor.hh +++ b/src/monitor.hh @@ -1,6 +1,7 @@ #ifndef MONITOR_HH #define MONITOR_HH +#include #include #include 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 +#include #include #include #include -- cgit v1.3