mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Be consistent in how we include Boost header files.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "PubKeyCache.h"
|
||||
#include "Application.h"
|
||||
|
||||
#include "boost/interprocess/sync/scoped_lock.hpp"
|
||||
#include <boost/interprocess/sync/scoped_lock.hpp>
|
||||
|
||||
|
||||
CKey::pointer PubKeyCache::locate(const NewcoinAddress& id)
|
||||
|
||||
Reference in New Issue
Block a user