From 4f4b507434e77a3ce754cbf895a8bbf39aa987e5 Mon Sep 17 00:00:00 2001 From: Foereaper Date: Mon, 23 Mar 2015 21:20:25 +0100 Subject: [PATCH] [Cleanup] Fix Linux include --- src/shared/Common/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/Common/Common.h b/src/shared/Common/Common.h index 62cf3287..d3e27e46 100644 --- a/src/shared/Common/Common.h +++ b/src/shared/Common/Common.h @@ -89,7 +89,7 @@ #include #include -#include "Errors.h" +#include "Utilities/Errors.h" #include "LockedQueue/LockedQueue.h" #include "Threading/Threading.h"