Skip to content

Commit

Permalink
missing includes for single-header compile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaspers committed Sep 23, 2023
1 parent 7b2f110 commit 5cc373b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ql/experimental/math/isotropicrandomwalk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#ifndef quantlib_isotropic_random_walk_hpp
#define quantlib_isotropic_random_walk_hpp

#include <ql/errors.hpp>
#include <ql/math/array.hpp>
#include <ql/math/randomnumbers/mt19937uniformrng.hpp>
#include <ql/mathconstants.hpp>
Expand Down
1 change: 1 addition & 0 deletions ql/models/marketmodels/callability/upperboundengine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <ql/methods/montecarlo/exercisestrategy.hpp>
#include <ql/math/statistics/sequencestatistics.hpp>
#include <ql/utilities/clone.hpp>
#include <ql/shared_ptr.hpp>
#include <utility>
#include <valarray>

Expand Down
1 change: 1 addition & 0 deletions ql/models/marketmodels/historicalratesanalysis.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#define quantlib_historical_rates_analysis_hpp

#include <ql/math/statistics/sequencestatistics.hpp>
#include <ql/shared_ptr.hpp>
#include <ql/time/date.hpp>

namespace QuantLib {
Expand Down
1 change: 1 addition & 0 deletions ql/models/marketmodels/pathwiseaccountingengine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#ifndef quantlib_pathwise_accounting_engine_hpp
#define quantlib_pathwise_accounting_engine_hpp

#include <ql/shared_ptr.hpp>
#include <ql/models/marketmodels/pathwisemultiproduct.hpp>
#include <ql/models/marketmodels/pathwisediscounter.hpp>
#include <ql/math/statistics/sequencestatistics.hpp>
Expand Down

0 comments on commit 5cc373b

Please sign in to comment.