summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/include/gudhi/Graph_matching.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-20 12:42:27 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-20 12:42:27 +0000
commita823bfcb70ed76e8858604050570ff8fe33f6667 (patch)
treef21f8be40f8aeb7b71e2b1aeb60c03254651f5d4 /src/Bottleneck_distance/include/gudhi/Graph_matching.h
parentfb0c2d4d50b1fcb8ba6758883d27df0aad5de356 (diff)
cpplint fixes
doxygen warning fixes git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck_misc_fixes@1972 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5b2328016edb6b5b30de668a0488c576d3d92c40
Diffstat (limited to 'src/Bottleneck_distance/include/gudhi/Graph_matching.h')
-rw-r--r--src/Bottleneck_distance/include/gudhi/Graph_matching.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Bottleneck_distance/include/gudhi/Graph_matching.h b/src/Bottleneck_distance/include/gudhi/Graph_matching.h
index 253c89b4..e1708c5b 100644
--- a/src/Bottleneck_distance/include/gudhi/Graph_matching.h
+++ b/src/Bottleneck_distance/include/gudhi/Graph_matching.h
@@ -25,6 +25,9 @@
#include <gudhi/Neighbors_finder.h>
+#include <vector>
+#include <list>
+
namespace Gudhi {
namespace persistence_diagram {