From 2e6f01e189c5f6a84577bbcea9c4d241f3bc52f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 20 Feb 2017 14:56:54 +0100 Subject: [PATCH] add missing include directive --- .../Surface_mesh_shortest_path/shortest_paths_OpenMesh.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Surface_mesh_shortest_path/examples/Surface_mesh_shortest_path/shortest_paths_OpenMesh.cpp b/Surface_mesh_shortest_path/examples/Surface_mesh_shortest_path/shortest_paths_OpenMesh.cpp index 4b93682207a..68a7a4080d4 100644 --- a/Surface_mesh_shortest_path/examples/Surface_mesh_shortest_path/shortest_paths_OpenMesh.cpp +++ b/Surface_mesh_shortest_path/examples/Surface_mesh_shortest_path/shortest_paths_OpenMesh.cpp @@ -1,5 +1,6 @@ #include #include +#include #include #include