From 17a911c2ee5ba61dfb2ffde3133039f74ab06df1 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Wed, 23 Sep 2015 19:28:04 +0200 Subject: [PATCH] benchmarks: fix compilation error with GCC 4.9.1 --- benchmarks/commons/benchmark_tools.h | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/commons/benchmark_tools.h b/benchmarks/commons/benchmark_tools.h index b64715b..8bdacab 100644 --- a/benchmarks/commons/benchmark_tools.h +++ b/benchmarks/commons/benchmark_tools.h @@ -17,6 +17,7 @@ #define BENCHMARK_TOOLS_H #include +#include GMIO_C_LINKAGE_BEGIN