From 013e6b1625701c5f4c26130de92d5d12db7b0f97 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 7 Mar 2022 15:02:22 +0100 Subject: [PATCH] UnitTests: Include all headers See if CodeQL provides better coverage then. Signed-off-by: Simon Rozman --- UnitTests/pch.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/UnitTests/pch.h b/UnitTests/pch.h index 3469cf88..4c4efa3c 100644 --- a/UnitTests/pch.h +++ b/UnitTests/pch.h @@ -5,7 +5,22 @@ #pragma once +#define SECURITY_WIN32 +#define _WINSOCKAPI_ // Prevent inclusion of winsock.h in windows.h + +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include +#include +#include +#include #include