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:
committed by
Bastien Montagne
parent
3e8801849f
commit
bb39cfc4ee
@@ -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 {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user