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 <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>