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:
authorHans Goudey <h.goudey@me.com>2022-01-13 18:42:55 +0300
committerHans Goudey <h.goudey@me.com>2022-01-13 18:42:55 +0300
commit9355994eefffe1a1256e29fb74772ef7485c1c29 (patch)
tree5cc3438462be047ed1afc6da8dc3d095ca1dabb5 /source/blender
parent217abc23b0c97e90411200c0546ad890e3a48670 (diff)
Fix USD build error
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/io/usd/intern/usd_reader_mesh.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/usd/intern/usd_reader_mesh.cc b/source/blender/io/usd/intern/usd_reader_mesh.cc
index 1324de40a6e..53dbaac99fd 100644
--- a/source/blender/io/usd/intern/usd_reader_mesh.cc
+++ b/source/blender/io/usd/intern/usd_reader_mesh.cc
@@ -28,9 +28,9 @@
#include "BKE_mesh.h"
#include "BKE_object.h"
-#include "BLI_float3.hh"
#include "BLI_math.h"
#include "BLI_math_geom.h"
+#include "BLI_math_vec_types.hh"
#include "BLI_span.hh"
#include "BLI_string.h"