aboutsummaryrefslogtreecommitdiff
path: root/include/oracles.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/oracles.h')
-rw-r--r--include/oracles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oracles.h b/include/oracles.h
index 1af39cc..b8421ed 100644
--- a/include/oracles.h
+++ b/include/oracles.h
@@ -1,8 +1,8 @@
#ifndef ORACLES_H
#define ORACLES_H
-#include <gsl/gsl_blas.h>
#include <gsl/gsl_rng.h>
+#include <gsl/gsl_vector.h>
double bernoulli_extent_generator (const gsl_rng* r, double p, double r0, double r1);
double bernoulli_true_volume (double p, double r0, double r1, unsigned int dimension);