comparison UnitTestsSources/GenericToolboxTests.cpp @ 1169:5594d8d4a70f

fix build on OS X
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Nov 2019 11:37:11 +0100
parents f68da12e852b
children ba08f2b0a779 3076a8a66db5
comparison
equal deleted inserted replaced
1168:f2951ac074bd 1169:5594d8d4a70f
21 #include <Framework/Toolbox/GenericToolbox.h> 21 #include <Framework/Toolbox/GenericToolbox.h>
22 22
23 #include "gtest/gtest.h" 23 #include "gtest/gtest.h"
24 24
25 #include "stdint.h" 25 #include "stdint.h"
26
27 #include <cmath>
26 28
27 TEST(GenericToolbox, TestLegitDoubleString) 29 TEST(GenericToolbox, TestLegitDoubleString)
28 { 30 {
29 using OrthancStone::GenericToolbox::LegitDoubleString; 31 using OrthancStone::GenericToolbox::LegitDoubleString;
30 32