]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/tools/ibeta_data.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / math / tools / ibeta_data.cpp
index 5d906b7195e16bc41601971d9355ef84d1160e27..357422b4a9a23a247f2a49fd27f7f9538214a867 100644 (file)
@@ -3,6 +3,7 @@
 //  Boost Software License, Version 1.0. (See accompanying file
 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
+#include "mp_t.hpp"
 #include <boost/math/special_functions/gamma.hpp>
 #include <boost/math/special_functions/beta.hpp>
 #include <boost/math/constants/constants.hpp>
@@ -11,7 +12,6 @@
 #include <map>
 #include <boost/math/tools/test_data.hpp>
 #include <boost/random.hpp>
-#include "mp_t.hpp"
 
 using namespace boost::math::tools;
 using namespace boost::math;