Guard it under #ifdef _WIN32
This commit is contained in:
parent
070c67a6f6
commit
6dab6bfd90
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
|||
#include <sstream>
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
@ -23,6 +22,7 @@
|
|||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#include <direct.h> // For _mkdir on Windows
|
||||
#include <algorithm> // For std::replace on w64devkit
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#include <sys/wait.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue