From cc74c6a2039b76c7797a78fdeb5d5cd7654b4507 Mon Sep 17 00:00:00 2001 From: Bertrand Date: Sun, 31 Jan 2016 22:12:10 +0000 Subject: réparation des includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- var_alea.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/var_alea.hpp b/var_alea.hpp index de37c1d..2d1e8a6 100644 --- a/var_alea.hpp +++ b/var_alea.hpp @@ -1,7 +1,11 @@ #ifndef VAR_ALEA_HPP #define VAR_ALEA_HPP #include -#include "mt19937.h" +extern "C" { + #include "mt19937.h" +} +#include + void init_alea(unsigned seed = static_cast(std::time(0))) { init_genrand(seed); -- cgit v1.2.3-70-g09d2