Skip to content

Commit

Permalink
fixup! Replace calls to new(). (XRPLF#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Aug 10, 2015
1 parent eb10697 commit 247f999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ripple/app/main/CollectorManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <BeastConfig.h>
#include <ripple/app/main/CollectorManager.h>
#include <beast/cxx14/memory.h>

namespace ripple {

Expand Down
1 change: 1 addition & 0 deletions src/ripple/basics/impl/ResolverAsio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <ripple/basics/ResolverAsio.h>
#include <beast/asio/IPAddressConversion.h>
#include <beast/asio/placeholders.h>
#include <beast/cxx14/memory.h>
#include <beast/module/asio/AsyncObject.h>
#include <beast/threads/WaitableEvent.h>
#include <boost/asio.hpp>
Expand Down

0 comments on commit 247f999

Please sign in to comment.