js8call/.svn/pristine/e7/e785d8d31cb981b6c7d56e18a4bdd25da6d471e4.svn-base

10 lines
233 B
Plaintext
Raw Normal View History

2018-02-08 21:28:33 -05:00
#ifndef BOOST_PENDING_INTEGER_LOG2_HPP
#define BOOST_PENDING_INTEGER_LOG2_HPP
// The header file at this path is deprecated;
// use boost/integer/integer_log2.hpp instead.
#include <boost/integer/integer_log2.hpp>
#endif