Browse Source

device: Fix missing include

Sam Edwards 6 years ago
parent
commit
c63562088b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/device/winRawInputDevice.cxx

+ 1 - 0
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)