2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Fix missing include.

This commit is contained in:
jzmaddock
2018-02-12 08:52:20 +00:00
parent 7403cbbd43
commit af0ccb7362

View File

@@ -16,6 +16,7 @@
#include <boost/config.hpp>
#include <boost/array.hpp>
#include <boost/type_traits/is_floating_point.hpp>
#include <boost/type_traits/is_fundamental.hpp>
#include "table_type.hpp"
// Copy of i:\modular-boost\libs\math\test\table_type.hpp