diff options
Diffstat (limited to 'indexlib/bitio.tcc')
-rw-r--r-- | indexlib/bitio.tcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indexlib/bitio.tcc b/indexlib/bitio.tcc index f6dbdfc0b..f1c14c778 100644 --- a/indexlib/bitio.tcc +++ b/indexlib/bitio.tcc @@ -1,5 +1,5 @@ -#include "boost-compat/static_assert.hpp" -#include "boost-compat/remove_cv.hpp" +#include "boost-compat/static_assert.h" +#include "boost-compat/remove_cv.h" #ifdef HAVE_BOOST #include <boost/type_traits/is_same.hpp> #endif |