Mercurial > hg > orthanc-stone
changeset 1169:5594d8d4a70f
fix build on OS X
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 20 Nov 2019 11:37:11 +0100 |
parents | f2951ac074bd |
children | ba08f2b0a779 ab3f3bb1bdb4 |
files | UnitTestsSources/GenericToolboxTests.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/UnitTestsSources/GenericToolboxTests.cpp Wed Nov 20 11:08:29 2019 +0100 +++ b/UnitTestsSources/GenericToolboxTests.cpp Wed Nov 20 11:37:11 2019 +0100 @@ -24,6 +24,8 @@ #include "stdint.h" +#include <cmath> + TEST(GenericToolbox, TestLegitDoubleString) { using OrthancStone::GenericToolbox::LegitDoubleString;