From 4c705ab8fecf237050eaf314206cd3b9e096853e Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Sat, 11 Dec 2021 09:48:43 +0100 Subject: Fix compilation error on Windows platform. --- source/blender/imbuf/intern/transform.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/imbuf') 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 + #include "BLI_math.h" #include "BLI_rect.h" -- cgit v1.2.3