Skip to content

Commit

Permalink
Fix missed includes in bind_primitive.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdaleke committed Jan 12, 2025
1 parent f3513a8 commit 74905d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python_bindings/py_util/bind_primitive.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <array>
#include <cstddef>
#include <sstream>
#include <string>
#include <type_traits>

#include <pybind11/pybind11.h>
Expand Down

0 comments on commit 74905d1

Please sign in to comment.