From 9b9ee1b061d2245ad878072c4cd01f6140ca11d8 Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R" Date: Sun, 26 Feb 2023 16:50:20 -0700 Subject: [PATCH] Closes usgs-coupled/phreeqcrm#12 (#13) * Closes usgs-coupled/phreeqcrm#12 * Added yaml-cpp install * Added yaml-cpp to PhreeqcRM link libraries * Added yaml-cpp install to cmake builds * Added compile feature cxx_std_11 * Added toolchain for windows cmake * Fix autotools build on macOS? * Changed to c++ headers for math.h and float.h * Updated 'Test install' step for autotools (macos-latest) --- phreeqcpp/Phreeqc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phreeqcpp/Phreeqc.h b/phreeqcpp/Phreeqc.h index 31d8c98f..36797428 100644 --- a/phreeqcpp/Phreeqc.h +++ b/phreeqcpp/Phreeqc.h @@ -29,9 +29,9 @@ typedef unsigned char boolean; #include #include #include -#include +#include #include -#include +#include #include "phrqtype.h" #include "cvdense.h" #include "runner.h"