Fix compile error without Alembic

Thanks to @Severin for noticing and providing a little patch.
This commit is contained in:
Kévin Dietrich 2021-05-04 17:28:54 +02:00
parent f8f6e0b256
commit 87ee8ddfe3

@ -21,6 +21,8 @@
#include "util/util_progress.h" #include "util/util_progress.h"
#ifdef WITH_ALEMBIC
using namespace Alembic::AbcGeom; using namespace Alembic::AbcGeom;
CCL_NAMESPACE_BEGIN CCL_NAMESPACE_BEGIN
@ -997,3 +999,5 @@ void read_attributes(AlembicProcedural *proc,
} }
CCL_NAMESPACE_END CCL_NAMESPACE_END
#endif