Small include updates to adapt to inputstate changes

This commit is contained in:
Emma Broman
2021-11-12 14:07:07 +01:00
parent 3fdae48092
commit 3d3db47d76
4 changed files with 4 additions and 4 deletions
@@ -41,7 +41,6 @@
#include <openspace/properties/triggerproperty.h>
#include <ghoul/glm.h>
#include <glm/gtx/quaternion.hpp>
#include <optional>
namespace openspace {
@@ -53,7 +52,8 @@ namespace openspace {
namespace openspace::interaction {
class InputState;
class MouseInputState;
class KeyboardInputState;
class OrbitalNavigator : public properties::PropertyOwner {
public: