add headers for building with gcc-12 (#201)

Signed-off-by: Michael Legleux <mlegleux@ripple.com>
This commit is contained in:
Michael Legleux
2022-06-29 15:37:51 -07:00
committed by GitHub
parent 4e581e659f
commit 35db5d3da9

View File

@@ -2,6 +2,8 @@
#include <boost/preprocessor/stringize.hpp>
#include <algorithm>
#include <main/Build.h>
#include <optional>
#include <stdexcept>
namespace Build {