← Back to team overview

kicad-developers team mailing list archive

[PATCH 1/6] Add missing include

 

---
 common/geometry/shape_poly_set.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/geometry/shape_poly_set.cpp b/common/geometry/shape_poly_set.cpp
index c11cf047c..7c0d2f38f 100644
--- a/common/geometry/shape_poly_set.cpp
+++ b/common/geometry/shape_poly_set.cpp
@@ -33,6 +33,7 @@
 #include <list>
 #include <algorithm>
 #include <unordered_set>
+#include <memory>
 
 #include <common.h>
 #include <md5_hash.h>

References