Fix compilation error on Windows platform.

This commit is contained in:
Jeroen Bakker 2021-12-11 09:48:43 +01:00
parent 8c7d970e2c
commit 4c705ab8fe
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
* \ingroup imbuf
*/
#include <type_traits>
#include "BLI_math.h"
#include "BLI_rect.h"