summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/looper.hh1
-rw-r--r--src/monitor.hh1
-rw-r--r--src/x.hh1
3 files changed, 3 insertions, 0 deletions
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 <cstdint>
#include <functional>
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 <cstdint>
#include <memory>
#include <string>
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>