diff --git a/include/nanobind/nanobind.h b/include/nanobind/nanobind.h index 54e23ed4..a5919c8c 100644 --- a/include/nanobind/nanobind.h +++ b/include/nanobind/nanobind.h @@ -27,6 +27,7 @@ #define NB_VERSION_DEV 1 // A value > 0 indicates a development release // Core C++ headers that nanobind depends on +#include #include #include #include