From 035da70093db7f49b21f8d70e692f8327ee07b7e Mon Sep 17 00:00:00 2001 From: mathusummut Date: Sat, 6 Oct 2018 23:17:56 +0200 Subject: [PATCH] Test fix for gcc to find versions.h --- source/shared_lib/include/platform/common/shared_const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared_lib/include/platform/common/shared_const.h b/source/shared_lib/include/platform/common/shared_const.h index 49dd028ae..4aeafb431 100644 --- a/source/shared_lib/include/platform/common/shared_const.h +++ b/source/shared_lib/include/platform/common/shared_const.h @@ -13,7 +13,7 @@ #define _SHARED_CONST_H_ #include -#include "..\..\versions.h" +#include "../../versions.h" #include "leak_dumper.h" namespace Shared {