lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 3903eed7 03/13: Include appropriate headers,


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3903eed7 03/13: Include appropriate headers, and say why they're included
Date: Mon, 9 May 2022 20:13:17 -0400 (EDT)

branch: master
commit 3903eed7bd64c7ac078b335555ee87752c2338bb
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Include appropriate headers, and say why they're included
---
 ul_utilities.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ul_utilities.cpp b/ul_utilities.cpp
index 625eca6a..62dac994 100644
--- a/ul_utilities.cpp
+++ b/ul_utilities.cpp
@@ -31,7 +31,8 @@
 
 #include <algorithm>                    // generate(), min()
 #include <cfenv>                        // fesetround()
-#include <cmath>                        // pow()
+#include <cmath>                        // nearbyint(), pow()
+#include <cstdint>                      // int64_t
 #include <numeric>                      // inner_product()
 #include <vector>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]