Add cmath for macosx.

pull/1095/head
Fredrik Öhrström 2023-11-12 17:54:14 +01:00
rodzic c4b9f0d104
commit 82234acd21
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -124,7 +124,7 @@ namespace
);
addNumericFieldWithExtractor(
"total_at_date",
"total_at_woot",
"Fix this! The total water consumption recorded at last day. Perhaps?",
DEFAULT_PRINT_PROPERTIES,
Quantity::Volume,

Wyświetl plik

@ -20,6 +20,7 @@
#include"util.h"
#include<assert.h>
#include<cmath>
#include<math.h>
#include<memory.h>
#include<limits>