--- a/netxx_pipe.cc +++ b/netxx_pipe.cc @@ -24,6 +24,7 @@ #include #include #include // strerror +#include #endif using std::vector; --- a/unix/tester-plaf.cc +++ b/unix/tester-plaf.cc @@ -23,6 +23,7 @@ #include #include #include +#include using std::string; using std::map;