tests: fix compilation error with GCC v4.6

This commit is contained in:
Hugues Delorme 2015-09-11 16:42:02 +02:00
parent 445cd44b73
commit 2346927bbc

View File

@ -20,6 +20,8 @@
#include "../src/gmio_core/internal/string_utils.h"
#include "../src/gmio_core/internal/convert.h"
#include <stddef.h>
/*! Does \p a and \p b compares equals by ULP (Units in the Last Place) ?
*
* ULP = spacing between floating-point numbers