From 56b87f33c01649318970f696d7563310a27a9b30 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Tue, 10 Dec 2019 23:05:19 +1000 Subject: [PATCH] Controller: Linux build fix --- src/core/controller.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/controller.h b/src/core/controller.h index 7766e2f1b..c47f007e7 100644 --- a/src/core/controller.h +++ b/src/core/controller.h @@ -1,5 +1,6 @@ #pragma once #include "types.h" +#include #include #include