From 8a9955f26f3901194c0c5070b2c97d034e9223d4 Mon Sep 17 00:00:00 2001 From: Daniel Calderon <21376367+dantros@users.noreply.github.com> Date: Sun, 22 Mar 2026 20:03:50 -0700 Subject: [PATCH] adding missing header guard --- include/pybind11/stl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pybind11/stl.h b/include/pybind11/stl.h index cb29b1dc..e7a2d3e4 100644 --- a/include/pybind11/stl.h +++ b/include/pybind11/stl.h @@ -1,3 +1,5 @@ +#pragma once + #include "pybind11.h" #include