projects
/
platform
/
core
/
uifw
/
OpenUSD.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8178871
)
Include <optional> to fix external build error
author
fanc
<chelsea.fan@autodesk.com>
Tue, 14 Nov 2023 07:14:03 +0000
(15:14 +0800)
committer
fanc
<chelsea.fan@autodesk.com>
Tue, 9 Jan 2024 02:20:46 +0000
(10:20 +0800)
pxr/imaging/hdx/renderSetupTask.h
patch
|
blob
|
history
diff --git
a/pxr/imaging/hdx/renderSetupTask.h
b/pxr/imaging/hdx/renderSetupTask.h
index 6c1000965f6053acfad5cc96db4dc732b38fd0ea..2de416cb7f110a863d84d5838196ad9b1e12e5ce 100644
(file)
--- a/
pxr/imaging/hdx/renderSetupTask.h
+++ b/
pxr/imaging/hdx/renderSetupTask.h
@@
-39,6
+39,7
@@
#include "pxr/base/gf/vec4d.h"
#include <memory>
+#include <optional>
PXR_NAMESPACE_OPEN_SCOPE