From f074be7d31b55011f9ef1f068ed8b8f156731b45 Mon Sep 17 00:00:00 2001 From: sgpearse Date: Tue, 19 Dec 2023 17:32:30 -0700 Subject: [PATCH] fix broken windows build --- include/vapor/STLUtils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vapor/STLUtils.h b/include/vapor/STLUtils.h index e4e0720c6..b69f360d3 100644 --- a/include/vapor/STLUtils.h +++ b/include/vapor/STLUtils.h @@ -5,6 +5,7 @@ #include #include #include +#include namespace STLUtils {