Skip to content

Commit

Permalink
std exclusive_scan in std lib numeric
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyu_hu committed Oct 13, 2024
1 parent eceefb2 commit 02354f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/shared/particle_dynamics/particle_iterators.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
#include "implementation.h"
#include "sphinxsys_containers.h"

#include <numeric>

namespace SPH
{
using namespace execution;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include "implementation.h"
#include "loop_range.h"

#include <numeric>

namespace SPH
{
using namespace execution;
Expand Down

0 comments on commit 02354f5

Please sign in to comment.