Explorar o código

adding missing header guard (#483)

Daniel Calderón hai 1 mes
pai
achega
d03b067666
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      include/pybind11/stl.h

+ 2 - 0
include/pybind11/stl.h

@@ -1,3 +1,5 @@
+#pragma once
+
 #include "pybind11.h"
 
 #include <array>