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: