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 GitHub
parent bcbfb04992
commit 7506852a99

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>