aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index e84d8497..9db4d460 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -18,6 +18,8 @@
#include <sys/stat.h>
#include "common.h"
#include "highlight.h"
+#include <stdbool.h>
+#include <memory>
class page_rendering_t;