Test fix for gcc to find versions.h

This commit is contained in:
mathusummut
2018-10-06 23:06:25 +02:00
parent f8a51d3f01
commit 2de5026e82
20 changed files with 22 additions and 22 deletions

View File

@@ -9,11 +9,11 @@
// License, or (at your option) any later version
// ==============================================================
#ifndef _SHARED_PLATFORM_DEFINITIONS_H_
#define _SHARED_PLATFORM_DEFINITIONS_H_
#ifndef _SHARED_CONST_H_
#define _SHARED_CONST_H_
#include <string>
#include "versions.h"
#include <versions.h>
#include "leak_dumper.h"
namespace Shared {