From c590b5b16ad80113740348b1858dbadb7a971d1d Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 1 Jun 2019 18:01:26 +0200 Subject: [PATCH] include/Spectre/Input/InputDevice.h: include InputModule --- include/Spectre/Input/InputDevice.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/Spectre/Input/InputDevice.h b/include/Spectre/Input/InputDevice.h index 14e5995..582a3b5 100644 --- a/include/Spectre/Input/InputDevice.h +++ b/include/Spectre/Input/InputDevice.h @@ -2,6 +2,8 @@ #ifndef SPECTRE_INTPUT_DEVICE_H #define SPECTRE_INTPUT_DEVICE_H +#include "InputModule.h" + class InputDevice { friend class InputModule;