From a68e9c4b8e714e208c715bfd452924deb6821291 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Tue, 28 Mar 2023 13:00:20 -0700 Subject: [PATCH] ExternalInterface: fix error from missing header on Linux in commit 95411acb8c6edcecbd80e756b692dff0f55c4571 --- project/src/ExternalInterface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/project/src/ExternalInterface.cpp b/project/src/ExternalInterface.cpp index bf746d0fa..989d1e798 100644 --- a/project/src/ExternalInterface.cpp +++ b/project/src/ExternalInterface.cpp @@ -54,6 +54,7 @@ #endif #include +#include DEFINE_KIND (k_finalizer);