From 199b1cbcf8cdc043397b739b9980eee4dcb60ba5 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 19 Dec 2012 11:08:09 +0100 Subject: [PATCH] Fixing typo --- Algorithms/StronglyConnectedComponents.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Algorithms/StronglyConnectedComponents.h b/Algorithms/StronglyConnectedComponents.h index e484407ef..148e35613 100644 --- a/Algorithms/StronglyConnectedComponents.h +++ b/Algorithms/StronglyConnectedComponents.h @@ -41,7 +41,7 @@ or see http://www.gnu.org/licenses/agpl.txt. #include "../DataStructures/NodeCoords.h" #include "../DataStructures/Percent.h" #include "../DataStructures/Restriction.h" -#include "../DataStructures/TurnInstruction.h" +#include "../DataStructures/TurnInstructions.h" // Strongly connected components using Tarjan's Algorithm