Skip to content

Commit

Permalink
move one #include
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Oct 9, 2024
1 parent 8ad0fcf commit 7b97793
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions python/array.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once
#include <array>
#include <vector>
#include "common.h"
#include <nanobind/ndarray.h>

Expand Down
2 changes: 0 additions & 2 deletions python/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#error Required nanobind version >= 2
#endif

#include <vector>

namespace nb = nanobind;
constexpr auto rv_ri = nb::rv_policy::reference_internal;

Expand Down

0 comments on commit 7b97793

Please sign in to comment.