Add missing include
This commit is contained in:
parent
291015e548
commit
d43a97c662
2 changed files with 14 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/05/14 00:06:44 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.2 2020/04/17 00:19:09 joerg Exp $
|
||||
|
||||
SHA1 (QuantLib-1.12.1.tar.gz) = 6f3d140cbcd5c6f646202e27952c2e182831eccf
|
||||
RMD160 (QuantLib-1.12.1.tar.gz) = aab4f527ab82fd959cb760934eb41257abaa2079
|
||||
|
@ -6,3 +6,4 @@ SHA512 (QuantLib-1.12.1.tar.gz) = d30341bd53495ddf1b81a0a191659e48869e1feb4a0fda
|
|||
Size (QuantLib-1.12.1.tar.gz) = 7784161 bytes
|
||||
SHA1 (patch-CMakeLists.txt) = 75ba9b70a3c77996363b451554e6c30644710a07
|
||||
SHA1 (patch-ql_CMakeLists.txt) = 8c97fc4304ee9fb529b03e8351edca6d8eb2e405
|
||||
SHA1 (patch-ql_utilities_dataformatters.hpp) = e34c73dfbc23a1a4a045e570960200d940070242
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ql_utilities_dataformatters.hpp,v 1.1 2020/04/17 00:19:09 joerg Exp $
|
||||
|
||||
--- ql/utilities/dataformatters.hpp.orig 2020-04-16 17:50:51.479075151 +0000
|
||||
+++ ql/utilities/dataformatters.hpp
|
||||
@@ -25,6 +25,7 @@
|
||||
#define quantlib_data_formatters_hpp
|
||||
|
||||
#include <ql/utilities/null.hpp>
|
||||
+#include <ostream>
|
||||
#include <iosfwd>
|
||||
|
||||
namespace QuantLib {
|
Loading…
Reference in a new issue