Skip to content

Commit 5172bde

Browse files
author
sebastien.bouvard
committed
QPR-13698 add include rounding
1 parent c35529d commit 5172bde

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

QuantExt/qle/math/randomvariable.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <ql/math/generallinearleastsquares.hpp>
2525
#include <ql/math/matrixutilities/qrdecomposition.hpp>
2626
#include <ql/math/matrixutilities/symmetricschurdecomposition.hpp>
27+
#include <ql/math/rounding.hpp>
2728

2829
#include <boost/math/distributions/normal.hpp>
2930

QuantExt/qle/math/randomvariable_ops.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <qle/python_integration/pythonfunctions.hpp>
2121

2222
#include <ql/math/comparison.hpp>
23+
#include <ql/math/rounding.hpp>
2324

2425
#include <boost/math/distributions/normal.hpp>
2526

0 commit comments

Comments
 (0)