fix HUGE_VAL header ( <cmath> )

This commit is contained in:
bolero-MURAKAMI 2012-06-06 11:13:10 +09:00
parent 3a968fa5ac
commit 37775f9280

View file

@ -4,6 +4,7 @@
#include <cstddef>
#include <cstdlib>
#include <limits>
#include <cmath>
#include <type_traits>
#include <sprout/config.hpp>
#include <sprout/iterator/operation.hpp>