fix: Add header for set_difference (#5197)

Fix `error C2039: 'set_difference': is not a member of 'std'`
This commit is contained in:
Michael Legleux
2024-12-16 15:01:45 -08:00
committed by Qi Zhao
parent dc0608825b
commit 0633844187

View File

@@ -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>