Move <string> header in pch.h

This commit is contained in:
Rudy Huyn 2019-03-18 14:47:17 -07:00
commit ab06f3aa0e

View file

@ -21,6 +21,7 @@
#include <sstream> #include <sstream>
#include <concrt.h> #include <concrt.h>
#include <regex> #include <regex>
#include <string>
// C++\WinRT Headers // C++\WinRT Headers
#include "winrt/base.h" #include "winrt/base.h"
@ -44,5 +45,3 @@ namespace CustomPeers = CalculatorApp::Common::Automation;
// Project Headers // Project Headers
#include "App.xaml.h" #include "App.xaml.h"
#include <string>