]> git.tdb.fi Git - libs/game.git/commitdiff
Add a missing include
authorMikko Rasa <tdb@tdb.fi>
Sun, 30 Mar 2025 13:00:00 +0000 (16:00 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 30 Mar 2025 13:00:00 +0000 (16:00 +0300)
source/gameview/events.h

index e5b41c4785eda9aa9faf664b4f3e6d5af13e5032..509ea1fcc905cc900a2a6ca3695e3dd174fdfacd 100644 (file)
@@ -2,6 +2,7 @@
 #define MSP_GAMEVIEW_EVENTS_H_
 
 #include <msp/input/controlscheme.h>
+#include <msp/input/device.h>
 
 namespace Msp::GameView {
 namespace Events {