From f5db036efda17e2deb8c487a9e1951e682489464 Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Sat, 3 Sep 2016 11:40:09 +0200 Subject: [PATCH] Import `viewport.h` --- PaintTest/compat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/PaintTest/compat.c b/PaintTest/compat.c index 4ae3a126f4..a4cccc9503 100644 --- a/PaintTest/compat.c +++ b/PaintTest/compat.c @@ -17,6 +17,7 @@ #include "../src/config.h" #include "../src/object.h" #include "../src/interface/colour.h" +#include "../src/interface/viewport.h" #include "../src/ride/ride.h" #include "../src/ride/track.h" #include "../src/world/sprite.h"