From 678765eafd645c649af21675b2183aec92c5a9e4 Mon Sep 17 00:00:00 2001 From: Matt Witherspoon <32485495+spoonincode@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:20:44 -0400 Subject: [PATCH] add missing include needed for newer boost versions --- include/chainbase/undo_index.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/chainbase/undo_index.hpp b/include/chainbase/undo_index.hpp index f02743f..faf400d 100644 --- a/include/chainbase/undo_index.hpp +++ b/include/chainbase/undo_index.hpp @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include