From 541a94560502d3636412c51797157c6f72214865 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Thu, 4 Apr 2024 22:25:56 -0400 Subject: [PATCH] IWYU for OStreamable using delimited list. --- IOStreams/OStreamable.h | 1 + 1 file changed, 1 insertion(+) diff --git a/IOStreams/OStreamable.h b/IOStreams/OStreamable.h index 15c8951..87e5c3b 100644 --- a/IOStreams/OStreamable.h +++ b/IOStreams/OStreamable.h @@ -9,6 +9,7 @@ static_assert( __cplusplus > 2020'99 ); #include #include #include +#include #include #include