From 6425fc0ee076c125a08b2212a24f370ac3091eb6 Mon Sep 17 00:00:00 2001 From: Mahesh Madhav <67384846+heshpdx@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:13:45 -0700 Subject: [PATCH] Update OpenColorIO.h Fix for building with gcc-15 Signed-off-by: Mahesh Madhav <67384846+heshpdx@users.noreply.github.com> --- include/OpenColorIO/OpenColorIO.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/OpenColorIO/OpenColorIO.h b/include/OpenColorIO/OpenColorIO.h index 784cf8d2fd..a62b76904e 100644 --- a/include/OpenColorIO/OpenColorIO.h +++ b/include/OpenColorIO/OpenColorIO.h @@ -12,6 +12,7 @@ #include #include #include +#include #include "OpenColorABI.h" #include "OpenColorTypes.h"