Include windows.h before synchapi.h

This commit is contained in:
Matthieu Gautier 2018-10-29 12:20:00 +01:00
parent 8dbc34e9ae
commit 68dc4d40b5
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include "subprocess.h"
#include <windows.h>
#include <synchapi.h>
class WinImpl : public SubprocessImpl