From bc2450441d2bb421fafaea7077eab2c75555d561 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Fri, 28 Dec 2018 20:23:01 -0700 Subject: [PATCH] device: Fix some includes --- panda/src/device/linuxInputDeviceManager.cxx | 2 +- panda/src/device/trackerNode.cxx | 2 ++ panda/src/device/winInputDeviceManager.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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