From 5117231d0f56ec3ce113a61308ef11429138bb6b Mon Sep 17 00:00:00 2001 From: fwcd Date: Fri, 5 Apr 2019 16:26:18 +0200 Subject: [PATCH] Add to CalcViewModel's precompiled header --- src/CalcViewModel/pch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CalcViewModel/pch.h b/src/CalcViewModel/pch.h index 17128bc6..d268d33c 100644 --- a/src/CalcViewModel/pch.h +++ b/src/CalcViewModel/pch.h @@ -31,6 +31,8 @@ #include #include #include +#include + // C++\WinRT Headers #include "winrt/base.h" #include "winrt/Windows.Foundation.Diagnostics.h"