From b29512032ac6673548990e27d255b71c569be080 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Fri, 21 Feb 2020 17:48:28 +0300 Subject: [PATCH] 3rdparty(openexr): fix compilation with MSVS2019 --- 3rdparty/openexr/Imath/ImathQuat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/3rdparty/openexr/Imath/ImathQuat.h b/3rdparty/openexr/Imath/ImathQuat.h index e95e356d59..e01d10b7c3 100644 --- a/3rdparty/openexr/Imath/ImathQuat.h +++ b/3rdparty/openexr/Imath/ImathQuat.h @@ -60,6 +60,7 @@ #include "ImathNamespace.h" #include +#include IMATH_INTERNAL_NAMESPACE_HEADER_ENTER