Merge pull request #6037 from Doxense/add-missing-windows-bind-header

Add missing bind header for Windows (master)
This commit is contained in:
sfc-gh-ngoyal 2021-11-22 09:10:00 -08:00 committed by GitHub
commit 9e76baa854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@
#define FLOW_ASYNCFILEWINASIO_ACTOR_H
#include <Windows.h>
#include <boost/bind/bind.hpp>
#undef min
#undef max