Include stdlib string instead of cstring

This commit is contained in:
Atlante45 2015-07-17 11:06:23 -07:00
parent fbaf25f3f9
commit 6da9825bac

View file

@ -9,7 +9,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#include <cstring> #include <string>
#include "EnvironmentData.h" #include "EnvironmentData.h"