From 1bac501cbd75762bc0abed62d303a8b9a63093ff Mon Sep 17 00:00:00 2001 From: Project OSRM Date: Wed, 9 Nov 2011 16:16:54 +0100 Subject: [PATCH] Fixes ticket #23 --- DataStructures/ConcurrentQueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataStructures/ConcurrentQueue.h b/DataStructures/ConcurrentQueue.h index dd6c84be0..d2795b073 100644 --- a/DataStructures/ConcurrentQueue.h +++ b/DataStructures/ConcurrentQueue.h @@ -21,7 +21,7 @@ or see http://www.gnu.org/licenses/agpl.txt. #ifndef CONCURRENTQUEUE_H_INCLUDED #define CONCURRENTQUEUE_H_INCLUDED -#include "typedefs.h" +#include "../typedefs.h" /* Concurrent Queue written by Anthony Williams: