Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtests/alembic/abc_export_test.cc')
-rw-r--r--tests/gtests/alembic/abc_export_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gtests/alembic/abc_export_test.cc b/tests/gtests/alembic/abc_export_test.cc
index e7e8eb6f84f..2926809a1af 100644
--- a/tests/gtests/alembic/abc_export_test.cc
+++ b/tests/gtests/alembic/abc_export_test.cc
@@ -13,6 +13,8 @@ extern "C" {
#include "DEG_depsgraph.h"
+using namespace blender::io::alembic;
+
class TestableAbcExporter : public AbcExporter {
public:
TestableAbcExporter(Main *bmain, const char *filename, ExportSettings &settings)