mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 11:35:53 +00:00
Split byte order routines out of utils.h
This commit is contained in:
@@ -44,6 +44,12 @@
|
||||
|
||||
#include "events/ripple_UptimeTimer.cpp"
|
||||
|
||||
#ifdef WIN32
|
||||
// Winsock #defines 'max' and does other stupid things so put it last
|
||||
#include "Winsock2.h" // for ripple_ByteOrder.cpp
|
||||
#endif
|
||||
#include "memory/ripple_ByteOrder.cpp"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
//#pragma warning (pop)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user