mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Split string utilities from utils.h
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/asio.hpp> // for stupid parseIpPort
|
||||
#include <boost/regex.hpp>
|
||||
|
||||
// VFALCO: TODO, fix these warnings!
|
||||
#ifdef _MSC_VER
|
||||
@@ -49,6 +51,7 @@
|
||||
#include "Winsock2.h" // for ripple_ByteOrder.cpp
|
||||
#endif
|
||||
#include "memory/ripple_ByteOrder.cpp"
|
||||
#include "memory/ripple_StringUtilities.cpp"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
//#pragma warning (pop)
|
||||
|
||||
Reference in New Issue
Block a user