summaryrefslogtreecommitdiff
path: root/src/Bipartite_graphs_matching/example/basic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bipartite_graphs_matching/example/basic.cpp')
-rw-r--r--src/Bipartite_graphs_matching/example/basic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bipartite_graphs_matching/example/basic.cpp b/src/Bipartite_graphs_matching/example/basic.cpp
index 797968cc..f8585fe6 100644
--- a/src/Bipartite_graphs_matching/example/basic.cpp
+++ b/src/Bipartite_graphs_matching/example/basic.cpp
@@ -20,7 +20,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../include/gudhi/Graph_matching.h"
+#include <gudhi/Graph_matching.h>
#include <iostream>
#include <chrono>