lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 7b7d039 02/11: Include appropriate headers


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 7b7d039 02/11: Include appropriate headers
Date: Thu, 1 Jul 2021 20:19:03 -0400 (EDT)

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

    Include appropriate headers
---
 zero_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zero_test.cpp b/zero_test.cpp
index e68b94a..d5a8f6a 100644
--- a/zero_test.cpp
+++ b/zero_test.cpp
@@ -27,9 +27,9 @@
 #include "miscellany.hpp"               // stifle_warning_for_unused_variable()
 #include "test_tools.hpp"
 
-#include <algorithm>                    // max()
 #include <cmath>                        // exp(), fabs(), log(), pow(), 
signbit()
 #include <limits>
+#include <sstream>
 
 namespace
 {



reply via email to

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