瀏覽代碼

device: Fix missing include

Sam Edwards 6 年之前
父節點
當前提交
c63562088b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)