diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-10-11 05:34:45 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-10-11 05:34:45 +1100 |
commit | 9e2f39bc01ef733d8b6358db2e199a25c4795193 (patch) | |
tree | 40e0ab9485dee517c80996e63e86c0ffad4c7473 /source/frontend | |
parent | 8f4b4d4f2ef542295d0b3fb5458c435ea4bd682e (diff) |
Update StarContainerInterface.cpp
Diffstat (limited to 'source/frontend')
-rw-r--r-- | source/frontend/StarContainerInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarContainerInterface.cpp b/source/frontend/StarContainerInterface.cpp index 5d7ae89..afd2084 100644 --- a/source/frontend/StarContainerInterface.cpp +++ b/source/frontend/StarContainerInterface.cpp @@ -18,7 +18,7 @@ #include "StarStatusControllerLuaBindings.hpp" #include "StarWidgetLuaBindings.hpp" #include "StarAugmentItem.hpp" -#include <StarInput.hpp> +#include "StarInput.hpp" namespace Star { |