Skip to content

Commit

Permalink
Merge pull request #1574 from Ashheer/fixsortnode
Browse files Browse the repository at this point in the history
Fix include
  • Loading branch information
zhouhang95 authored Dec 5, 2023
2 parents 92a711f + ff71d61 commit 0ad136b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zeno/src/nodes/neo/PrimSort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <zeno/types/PrimitiveObject.h>
#include <zeno/funcs/PrimitiveUtils.h>
#include <zeno/para/parallel_for.h>
#include <stdexcept>

namespace zeno {

Expand Down

0 comments on commit 0ad136b

Please sign in to comment.