From d97b6b178e96b04f4402b3c2ae2eeb181c728fde Mon Sep 17 00:00:00 2001 From: Ludvig Strigeus Date: Sat, 17 Nov 2018 17:22:35 +0100 Subject: [PATCH] Make precompiled headers faster --- stdafx.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stdafx.h b/stdafx.h index a729e22..e33fcda 100644 --- a/stdafx.h +++ b/stdafx.h @@ -35,5 +35,8 @@ #include #include +#include +#include + #undef min