mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
fix: Add header for set_difference (#5197)
Fix `error C2039: 'set_difference': is not a member of 'std'`
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <xrpl/beast/hash/uhash.h>
|
||||
#include <boost/container/flat_set.hpp>
|
||||
#include <boost/iterator/function_output_iterator.hpp>
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
#include <ostream>
|
||||
#include <sstream>
|
||||
|
||||
Reference in New Issue
Block a user