From 3620094a76056aa1a830133277923446a3138e07 Mon Sep 17 00:00:00 2001 From: mathusummut Date: Sat, 6 Oct 2018 23:13:05 +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 62271903e..49dd028ae 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 +#include "..\..\versions.h" #include "leak_dumper.h" namespace Shared {