fix windows build

Signed-off-by: swirl <swurl@swurl.xyz>
This commit is contained in:
swirl 2022-11-13 22:15:49 -05:00 committed by GitHub
parent 64aa817c80
commit 78ec58dbf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@
#include "settings/INISettingsObject.h"
#ifdef Q_OS_WIN32
#include <Windows.h>
#include <windows.h>
#endif
const static int GROUP_FILE_FORMAT_VERSION = 1;