Update src/CalcManager/Ratpack/support.cpp

Co-Authored-By: danbelcher-MSFT <dabelc@microsoft.com>
This commit is contained in:
Michał Janiszewski 2019-04-15 15:01:14 -07:00 committed by GitHub
commit f0bf82f9e3

View file

@ -19,6 +19,8 @@
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
#include <string> #include <string>
#include <cstring> // for memmove
#include <iostream> // for wostream
#include "ratpak.h" #include "ratpak.h"
using namespace std; using namespace std;