aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.h
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-25 23:14:25 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-25 23:53:32 +0800
commit78162a2a1343a7caff3d43f457daa87475e6b926 (patch)
tree5202c4b2c21b80822bf07282df2e25ad336812f9 /screen.h
parent30ea4fc416c533e9ca3c1fb464e08c004946de00 (diff)
Initial pass with Include What You Use
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;