diff --git a/panda/src/device/linuxInputDeviceManager.cxx b/panda/src/device/linuxInputDeviceManager.cxx index ce7ce558e2..45a83bfdb3 100644 --- a/panda/src/device/linuxInputDeviceManager.cxx +++ b/panda/src/device/linuxInputDeviceManager.cxx @@ -11,7 +11,7 @@ * @date 2018-01-25 */ -#include "inputDeviceManager.h" +#include "linuxInputDeviceManager.h" #include "throw_event.h" #ifdef PHAVE_LINUX_INPUT_H diff --git a/panda/src/device/trackerNode.cxx b/panda/src/device/trackerNode.cxx index 697ccfd0f3..f97849e754 100644 --- a/panda/src/device/trackerNode.cxx +++ b/panda/src/device/trackerNode.cxx @@ -12,7 +12,9 @@ */ #include "trackerNode.h" + #include "config_device.h" +#include "clientTrackerDevice.h" #include "dataNodeTransmit.h" TypeHandle TrackerNode::_type_handle; diff --git a/panda/src/device/winInputDeviceManager.h b/panda/src/device/winInputDeviceManager.h index 3f0e829e38..6c3fefd8c1 100644 --- a/panda/src/device/winInputDeviceManager.h +++ b/panda/src/device/winInputDeviceManager.h @@ -18,7 +18,7 @@ #if defined(_WIN32) && !defined(CPPPARSER) -#include "xinputDevice.h" +#include "xInputDevice.h" #include #include