From 69142314f891ac6afb247144373d73d25a5b6424 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Mon, 9 Dec 2019 12:43:09 +0100
Subject: [PATCH] add missing include

---
 include/hpp/fcl/shape/details/convex.hxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/hpp/fcl/shape/details/convex.hxx b/include/hpp/fcl/shape/details/convex.hxx
index b76eae24..cf199e96 100644
--- a/include/hpp/fcl/shape/details/convex.hxx
+++ b/include/hpp/fcl/shape/details/convex.hxx
@@ -39,6 +39,7 @@
 #define HPP_FCL_SHAPE_CONVEX_HXX
 
 #include <set>
+#include <vector>
 
 namespace hpp
 {
-- 
GitLab