diff options
Diffstat (limited to 'src/option.hpp')
| -rw-r--r-- | src/option.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/option.hpp b/src/option.hpp index 4d9ee13..49d1900 100644 --- a/src/option.hpp +++ b/src/option.hpp @@ -1,4 +1,5 @@ -#include "rqmc.hpp" +#include <vector> +#include <algorithm> double pos (double x); @@ -24,6 +25,6 @@ struct asian_option : public std::unary_function<std::vector<double>, double> double V; int d; double K; - }; +}; |
