diff --git a/src/OSspecific/MSWindows/MSwindows.C b/src/OSspecific/MSWindows/MSwindows.C index 874c6dc77..70551034a 100644 --- a/src/OSspecific/MSWindows/MSwindows.C +++ b/src/OSspecific/MSWindows/MSwindows.C @@ -1247,7 +1247,7 @@ bool ping(const word& hostname, const label timeOut) } -int system(const string& command) +int system(const std::string& command) { return std::system(command.c_str()); }