[Bf-blender-cvs] [4c705ab8fec] master: Fix compilation error on Windows platform.

Jeroen Bakker noreply at git.blender.org
Sat Dec 11 09:48:55 CET 2021


Commit: 4c705ab8fecf237050eaf314206cd3b9e096853e
Author: Jeroen Bakker
Date:   Sat Dec 11 09:48:43 2021 +0100
Branches: master
https://developer.blender.org/rB4c705ab8fecf237050eaf314206cd3b9e096853e

Fix compilation error on Windows platform.

===================================================================

M	source/blender/imbuf/intern/transform.cc

===================================================================

diff --git a/source/blender/imbuf/intern/transform.cc b/source/blender/imbuf/intern/transform.cc
index 6cd5ef23783..0cb363c3bce 100644
--- a/source/blender/imbuf/intern/transform.cc
+++ b/source/blender/imbuf/intern/transform.cc
@@ -21,6 +21,8 @@
  * \ingroup imbuf
  */
 
+#include <type_traits>
+
 #include "BLI_math.h"
 #include "BLI_rect.h"



More information about the Bf-blender-cvs mailing list