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
2026-02-20 03:09:05 +09:00
committed by tequ
parent af13ac80ca
commit 67b87e4593

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>