aboutsummaryrefslogtreecommitdiff
path: root/src/common/Platform/Windows
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-06-11 16:35:31 +0200
committerShauren <shauren.trinity@gmail.com>2025-06-11 16:35:31 +0200
commit1ae7cdd512a28a973aaa087f4516baca1cae665b (patch)
tree9853eecd08e3669ba8143cd9c7bb2d0efd7342a5 /src/common/Platform/Windows
parent2abf19e83286bdc60765bdc1caf3a78c900e2d99 (diff)
Core/Common: Update PCH content to include most commonly used headers
Diffstat (limited to 'src/common/Platform/Windows')
-rw-r--r--src/common/Platform/Windows/ServiceWin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Platform/Windows/ServiceWin32.cpp b/src/common/Platform/Windows/ServiceWin32.cpp
index 80914d2a415..f536d4b6e4a 100644
--- a/src/common/Platform/Windows/ServiceWin32.cpp
+++ b/src/common/Platform/Windows/ServiceWin32.cpp
@@ -20,7 +20,7 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
-#include <windows.h>
+#include <Windows.h>
#include <winsvc.h>
namespace