Skip to content

Commit d2c3ccb

Browse files
author
jenkins
committed
git subrepo pull (merge) ore
subrepo: subdir: "ore" merged: "d3abc63d16" upstream: origin: "git@gitlab.acadiasoft.net:qs/ore.git" branch: "master" commit: "00fc04ece8" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb"
2 parents d1429f6 + 00fc04e commit d2c3ccb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

QuantExt/qle/math/computeenvironment.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#pragma once
2424

2525
#include <ql/patterns/singleton.hpp>
26-
26+
#include <boost/thread/shared_mutex.hpp>
2727
#include <cstdint>
2828
#include <set>
2929

QuantExt/qle/math/randomvariable.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <boost/accumulators/statistics/variance.hpp>
3131

3232
#include <iostream>
33+
#include <map>
3334

3435
// if defined, RandomVariableStats are updated (this might impact perfomance!), default is undefined
3536
//#define ENABLE_RANDOMVARIABLE_STATS

0 commit comments

Comments
 (0)