From 47037220e07e4945e03bb37565e7e8f6e3939c17 Mon Sep 17 00:00:00 2001 From: ryanbodrug-microsoft <56318517+ryanbodrug-microsoft@users.noreply.github.com> Date: Wed, 6 May 2020 00:54:06 -0700 Subject: [PATCH] fix compile issues for missing . I'm not sure why this wasn't needed before or in master. --- src/settings/pch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/settings/pch.h b/src/settings/pch.h index 8fbd24f9db..0fe03722ee 100644 --- a/src/settings/pch.h +++ b/src/settings/pch.h @@ -20,3 +20,4 @@ #include #include #include +#include