Skip to content

Commit

Permalink
Add <cstddef> to nanobind includes. (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkinsp authored Nov 7, 2024
1 parent 418febe commit 49ee540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/nanobind/nanobind.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#define NB_VERSION_DEV 1 // A value > 0 indicates a development release

// Core C++ headers that nanobind depends on
#include <cstddef>
#include <cstdint>
#include <exception>
#include <stdexcept>
Expand Down

0 comments on commit 49ee540

Please sign in to comment.