ソースを参照

adding missing header guard (#483)

Daniel Calderón 1 ヶ月 前
コミット
d03b067666
1 ファイル変更2 行追加0 行削除
  1. 2 0
      include/pybind11/stl.h

+ 2 - 0
include/pybind11/stl.h

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