aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/screen.h b/screen.h
index c9e4ac40..e84d8497 100644
--- a/screen.h
+++ b/screen.h
@@ -12,8 +12,11 @@
#ifndef FISH_SCREEN_H
#define FISH_SCREEN_H
+#include <assert.h>
+#include <stddef.h>
#include <vector>
#include <sys/stat.h>
+#include "common.h"
#include "highlight.h"
class page_rendering_t;