From f3bdc431e17400cb2fb91df17eca95a538e1db58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Wed, 14 Mar 2018 11:56:22 +0100 Subject: [PATCH] Add lost headers --- src/openrct2/drawing/Line.cpp | 2 ++ test/testpaint/Hook.cpp | 2 ++ test/testpaint/main.cpp | 1 + 3 files changed, 5 insertions(+) diff --git a/src/openrct2/drawing/Line.cpp b/src/openrct2/drawing/Line.cpp index a7d67c68d4..f376ca0bcf 100644 --- a/src/openrct2/drawing/Line.cpp +++ b/src/openrct2/drawing/Line.cpp @@ -14,6 +14,8 @@ *****************************************************************************/ #pragma endregion +#include + #include "Drawing.h" /** diff --git a/test/testpaint/Hook.cpp b/test/testpaint/Hook.cpp index 6a11b988da..92490af19c 100644 --- a/test/testpaint/Hook.cpp +++ b/test/testpaint/Hook.cpp @@ -14,6 +14,8 @@ *****************************************************************************/ #pragma endregion +#include +#include #include #ifndef NO_RCT2 diff --git a/test/testpaint/main.cpp b/test/testpaint/main.cpp index 2450a615f2..410341035c 100644 --- a/test/testpaint/main.cpp +++ b/test/testpaint/main.cpp @@ -15,6 +15,7 @@ #pragma endregion #include +#include #include #include #include