[Bf-blender-cvs] [9d59734ffd4] master: Fix build (missing include from fa40013009)

Aras Pranckevicius noreply at git.blender.org
Thu Sep 1 20:57:47 CEST 2022


Commit: 9d59734ffd4093dea6d207ad8ee78f783f9b3fd6
Author: Aras Pranckevicius
Date:   Thu Sep 1 21:57:42 2022 +0300
Branches: master
https://developer.blender.org/rB9d59734ffd4093dea6d207ad8ee78f783f9b3fd6

Fix build (missing include from fa40013009)

===================================================================

M	source/blender/io/wavefront_obj/tests/obj_mtl_parser_tests.cc

===================================================================

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 {



More information about the Bf-blender-cvs mailing list