aboutsummaryrefslogtreecommitdiffstats
path: root/src/option.hpp
diff options
context:
space:
mode:
authorBertrand <bertrand.horel@gmail.com>2016-04-15 14:21:04 +0200
committerBertrand <bertrand.horel@gmail.com>2016-04-15 14:21:04 +0200
commit745160f29da6ec55fa48863768bcc1305edd9314 (patch)
treeef6c04329d23b91e87ca41afbc159a3d827fdd37 /src/option.hpp
parentb2ef5772372a85717f0eb5d79576fd035bf15adb (diff)
downloadprojet_C++-745160f29da6ec55fa48863768bcc1305edd9314.tar.gz
encore un peu de nettoyage
Diffstat (limited to 'src/option.hpp')
-rw-r--r--src/option.hpp5
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;
- };
+};