blob: ed3bdac7b54b3be7d98948b476dfb3f75bf8a97c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Bug: https://bugs.gentoo.org/599564
--- a/Utilities/UnitIO.h
+++ b/Utilities/UnitIO.h
@@ -25,6 +25,9 @@
namespace ThePEG {
+using std::isnan;
+using std::isinf;
+
/**
* The OUnit< class is used to
* facilitate output of unitful numbers to a
|