From 49ee5402d36230e00ff19a711c13170c1047ab36 Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Wed, 6 Nov 2024 23:22:00 -0500 Subject: [PATCH] Add to nanobind includes. (#779) --- include/nanobind/nanobind.h | 1 + 1 file changed, 1 insertion(+) 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