mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Move <string> header in pch.h
This commit is contained in:
parent
9d20aa5a97
commit
ab06f3aa0e
1 changed files with 1 additions and 2 deletions
|
@ -21,6 +21,7 @@
|
|||
#include <sstream>
|
||||
#include <concrt.h>
|
||||
#include <regex>
|
||||
#include <string>
|
||||
|
||||
// C++\WinRT Headers
|
||||
#include "winrt/base.h"
|
||||
|
@ -44,5 +45,3 @@ namespace CustomPeers = CalculatorApp::Common::Automation;
|
|||
|
||||
// Project Headers
|
||||
#include "App.xaml.h"
|
||||
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue