diff --git a/subprocess.hpp b/subprocess.hpp index 1e8efaf..2638a31 100755 --- a/subprocess.hpp +++ b/subprocess.hpp @@ -61,7 +61,7 @@ Documentation for C++ subprocessing libraray. extern "C" { #ifdef __USING_WINDOWS__ - #include + #include #include #include @@ -155,7 +155,7 @@ class OSError: public std::runtime_error //-------------------------------------------------------------------- //Environment Variable types -#ifndef _MSC_VER +#ifndef __USING_WINDOWS__ using platform_str_t = std::string; using platform_char_t = char; #else