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
1 changed files with 4 additions and 0 deletions

View File

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