From fa1418d37b3d1ca80102ba7701218b9c28ee7d72 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Thu, 21 Aug 2025 22:32:06 +0200 Subject: [PATCH] Update --- Tactility/Source/BootProperties.cpp | 2 +- TactilityCore/Source/file/File.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Tactility/Source/BootProperties.cpp b/Tactility/Source/BootProperties.cpp index 7a0cec56..11fe6adb 100644 --- a/Tactility/Source/BootProperties.cpp +++ b/Tactility/Source/BootProperties.cpp @@ -22,7 +22,7 @@ bool loadBootProperties(BootProperties& properties) { })) { TT_LOG_E(TAG, "Failed to load %s", PROPERTIES_FILE); return false; - }; + } return !properties.launcherAppId.empty(); } diff --git a/TactilityCore/Source/file/File.cpp b/TactilityCore/Source/file/File.cpp index 31df8572..2081a88a 100644 --- a/TactilityCore/Source/file/File.cpp +++ b/TactilityCore/Source/file/File.cpp @@ -2,6 +2,7 @@ #include #include +#include namespace tt::file {