# HG changeset patch # User Westerbly Snaydley # Date 1747608119 18000 # Sun May 18 17:41:59 2025 -0500 # Node ID a3f6c0fefbb6f26b9f0011b5761626e36e0d3267 # Parent fb0bb0f30cb383e3eae7308f6ea6caca4969f09d * add missing include in a few files diff --git a/src/bag.hpp b/src/bag.hpp --- a/src/bag.hpp +++ b/src/bag.hpp @@ -7,6 +7,7 @@ // implementation of the .bag file format (see $root/doc/docs/bag.md) #include +#include #include #include #include diff --git a/src/styled_stream.hpp b/src/styled_stream.hpp --- a/src/styled_stream.hpp +++ b/src/styled_stream.hpp @@ -11,6 +11,7 @@ #include "scopes/config.h" #include "valueref.inc" +#include #include namespace scopes {