Fixes ticket #23

This commit is contained in:
Project OSRM 2011-11-09 16:16:54 +01:00
parent 08dd04a0d6
commit 1bac501cbd

View File

@ -21,7 +21,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
#ifndef CONCURRENTQUEUE_H_INCLUDED #ifndef CONCURRENTQUEUE_H_INCLUDED
#define CONCURRENTQUEUE_H_INCLUDED #define CONCURRENTQUEUE_H_INCLUDED
#include "typedefs.h" #include "../typedefs.h"
/* /*
Concurrent Queue written by Anthony Williams: Concurrent Queue written by Anthony Williams: