Ver Fonte

adding missing header guard (#483)

Daniel Calderón há 1 mês atrás
pai
commit
d03b067666
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      include/pybind11/stl.h

+ 2 - 0
include/pybind11/stl.h

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