mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Add <future> to CalcViewModel's precompiled header
This commit is contained in:
parent
e484b3cf0b
commit
5117231d0f
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
#include <concrt.h>
|
||||
#include <regex>
|
||||
#include <iterator>
|
||||
#include <future>
|
||||
|
||||
// C++\WinRT Headers
|
||||
#include "winrt/base.h"
|
||||
#include "winrt/Windows.Foundation.Diagnostics.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue