From 15f24127172b7dd9709432e00a8391fa4e31c78e Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Thu, 1 Feb 2024 12:50:23 +0700 Subject: [PATCH] chore(core): build whackamole --- core/src/state.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/state.cpp b/core/src/state.cpp index 983306e93c..d162992556 100644 --- a/core/src/state.cpp +++ b/core/src/state.cpp @@ -9,6 +9,7 @@ #include "action.hpp" #include "processor.hpp" #include +#include using namespace km::core;