From c63562088baec9c7cf94169360396f92cad0d767 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Mon, 18 Mar 2019 04:10:21 -0600 Subject: [PATCH] device: Fix missing include --- panda/src/device/winRawInputDevice.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/device/winRawInputDevice.cxx b/panda/src/device/winRawInputDevice.cxx index 583ad920da..e2e27761bc 100644 --- a/panda/src/device/winRawInputDevice.cxx +++ b/panda/src/device/winRawInputDevice.cxx @@ -15,6 +15,7 @@ #include "gamepadButton.h" #include "mouseButton.h" #include "buttonRegistry.h" +#include "winInputDeviceManager.h" #if defined(_WIN32) && !defined(CPPPARSER)