Added missing include to fix linux/mac build.

This commit is contained in:
Michael Kowalski 2022-07-26 22:19:35 -04:00
parent df1edf2934
commit 1417bf6525
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <pxr/usd/sdf/path.h>
#include <pxr/usd/usd/common.h>
#include <pxr/usd/usd/prim.h>
#include <pxr/usd/usd/stage.h>
struct Depsgraph;