Skip to content

Commit

Permalink
Fixing non-UFE build #2
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasovi committed Jul 6, 2022
1 parent c5c0b96 commit ed8ab51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/mayaUsd/render/vp2RenderDelegate/proxyRenderDelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
#include <mayaUsd/base/tokens.h>
#include <mayaUsd/nodes/proxyShapeBase.h>
#include <mayaUsd/nodes/stageData.h>
#include <mayaUsd/ufe/Global.h>
#include <mayaUsd/ufe/Utils.h>
#include <mayaUsd/utils/selectability.h>

#include <pxr/base/tf/diagnostic.h>
Expand Down Expand Up @@ -69,6 +67,7 @@
#endif

#if defined(WANT_UFE_BUILD)
#include <mayaUsd/ufe/Global.h>
#include <mayaUsd/ufe/UsdSceneItem.h>
#include <mayaUsd/ufe/Utils.h>

Expand Down

0 comments on commit ed8ab51

Please sign in to comment.