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 {