Skip to content

Commit 96e5612

Browse files
committed
uncover BUG #3258 to be independant of GSL
1 parent 8e3c0a5 commit 96e5612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/iaf_bw_2001.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#include "iaf_bw_2001.h"
2424

25+
#include <boost/math/special_functions/gamma.hpp>
2526
#ifdef HAVE_GSL
2627

2728
// Includes from libnestutil:
@@ -44,7 +45,6 @@
4445

4546
// Includes from standard library
4647
#include <algorithm>
47-
#include <boost/math/special_functions/gamma.hpp>
4848
#include <typeinfo>
4949

5050
/* ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)