From 83c353ef111663cd5fbca161fc9f6ffe8ddb03c9 Mon Sep 17 00:00:00 2001 From: Edgar Date: Mon, 25 Sep 2023 15:56:58 +0200 Subject: [PATCH] :bug: Fixed ktx-tool build --- tools/ktx-tool/src/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/ktx-tool/src/main.cpp b/tools/ktx-tool/src/main.cpp index dca41d705f..80510e076d 100644 --- a/tools/ktx-tool/src/main.cpp +++ b/tools/ktx-tool/src/main.cpp @@ -41,8 +41,9 @@ #include - - +#ifdef Q_OS_WIN +#include +#endif void stripKtxKeyValues(const std::string& sourceFile, const std::string& destFile) { auto sourceStorage = std::make_shared(sourceFile.c_str());