Add workaround include for Windows.h NOMINMAX

This commit is contained in:
seelabs
2015-04-10 17:23:00 -04:00
committed by Nik Bougalis
parent 1c587723fa
commit 05f4746bbe
2 changed files with 46 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#define RIPPLE_RPC_YIELD_H_INCLUDED
#include <ripple/json/Output.h>
#include <beast/win32_workaround.h>
#include <boost/coroutine/all.hpp>
#include <functional>