From 2346927bbced8597d44e3af1fcde991c5ab1c25e Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Fri, 11 Sep 2015 16:42:02 +0200 Subject: [PATCH] tests: fix compilation error with GCC v4.6 --- tests/utils.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/utils.h b/tests/utils.h index 8b7e8ec..6393d85 100644 --- a/tests/utils.h +++ b/tests/utils.h @@ -20,6 +20,8 @@ #include "../src/gmio_core/internal/string_utils.h" #include "../src/gmio_core/internal/convert.h" +#include + /*! Does \p a and \p b compares equals by ULP (Units in the Last Place) ? * * ULP = spacing between floating-point numbers