diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-12-19 16:05:25 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-12-19 16:05:25 +0000 |
commit | 99fcac981d0bc7cca243ce4233ec6db97514c36b (patch) | |
tree | 6a5b67c022e85ed473bfdc5d8a293061e3172366 /distributions | |
parent | b3e9a3d2acc6be6648977957adc2ed17df925637 (diff) | |
download | opt-utilities-99fcac981d0bc7cca243ce4233ec6db97514c36b.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@147 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'distributions')
-rw-r--r-- | distributions/normed_gauss1d.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distributions/normed_gauss1d.hpp b/distributions/normed_gauss1d.hpp index 09f5494..f8f3cb4 100644 --- a/distributions/normed_gauss1d.hpp +++ b/distributions/normed_gauss1d.hpp @@ -4,6 +4,7 @@ #include <core/fitter.hpp> #include <cmath> #include <misc/optvec.hpp> +#include <limits> namespace opt_utilities { |