From 735be797d1075329cc12de79d4da041c6eeebc10 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Tue, 25 Apr 2023 12:20:39 +0200 Subject: [PATCH] clang-tidy fix --- apps/mwiniimporter/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mwiniimporter/main.cpp b/apps/mwiniimporter/main.cpp index 738c832db2..0beb2b38cc 100644 --- a/apps/mwiniimporter/main.cpp +++ b/apps/mwiniimporter/main.cpp @@ -18,8 +18,8 @@ int main(int argc, char* argv[]) #else // Include on Windows only -#include #include +#include class utf8argv {