Fix compiling Blender with USD in clang19.

Some headers are missing again it'd seem...

Pull Request: https://projects.blender.org/blender/blender/pulls/137212
This commit is contained in:
Bastien Montagne
2025-04-09 19:07:36 +02:00
committed by Bastien Montagne
parent 3e8801849f
commit bb39cfc4ee
2 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,8 @@
#include <pxr/base/tf/stringUtils.h>
#include <pxr/base/tf/unicodeUtils.h>
#include <pxr/usd/usd/prim.h>
#include <pxr/usd/usd/stage.h>
namespace blender::io::usd {

View File

@@ -5,6 +5,9 @@
#include "BLI_string_ref.hh"
#include <pxr/usd/sdf/path.h>
#include <pxr/usd/usd/common.h>
#include <string>
namespace blender::io::usd {