From 905eeb0bc7f46efb95cb5450cc6c2ec27f02730c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 7 May 2018 17:14:28 +0200 Subject: Cleanup: move unit char/short/float to functions This caused GCC 8.1 to crash at build time, but was also not very nice use of macros. --- source/blender/alembic/intern/abc_customdata.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/alembic/intern') diff --git a/source/blender/alembic/intern/abc_customdata.cc b/source/blender/alembic/intern/abc_customdata.cc index b3b015c7abf..3b6c87ea1a0 100644 --- a/source/blender/alembic/intern/abc_customdata.cc +++ b/source/blender/alembic/intern/abc_customdata.cc @@ -31,6 +31,7 @@ extern "C" { #include "DNA_customdata_types.h" #include "DNA_meshdata_types.h" +#include "BLI_math_base.h" #include "BKE_customdata.h" } -- cgit v1.2.3