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:
authorAras Pranckevicius <aras@nesnausk.org>2022-09-01 21:57:42 +0300
committerAras Pranckevicius <aras@nesnausk.org>2022-09-01 21:57:42 +0300
commit9d59734ffd4093dea6d207ad8ee78f783f9b3fd6 (patch)
treef6b4e91e1d77d88d3721d1bc2e0e20bf66c0844c /source/blender/io
parentfa40013009463703a22a8ae05d116723084966b7 (diff)
Fix build (missing include from fa40013009)
Diffstat (limited to 'source/blender/io')
-rw-r--r--source/blender/io/wavefront_obj/tests/obj_mtl_parser_tests.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/io/wavefront_obj/tests/obj_mtl_parser_tests.cc b/source/blender/io/wavefront_obj/tests/obj_mtl_parser_tests.cc
index 41faba95b30..5691aa5bea1 100644
--- a/source/blender/io/wavefront_obj/tests/obj_mtl_parser_tests.cc
+++ b/source/blender/io/wavefront_obj/tests/obj_mtl_parser_tests.cc
@@ -6,6 +6,7 @@
#include "testing/testing.h"
+#include "obj_export_mtl.hh"
#include "obj_import_file_reader.hh"
namespace blender::io::obj {