This commit is contained in:
DennisOSRM 2011-11-09 16:21:44 +01:00
commit 25ac07f8a6

View File

@ -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: