diff options
Diffstat (limited to 'indexlib/ifile.cpp')
-rw-r--r-- | indexlib/ifile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indexlib/ifile.cpp b/indexlib/ifile.cpp index b71297a0d..5709bb418 100644 --- a/indexlib/ifile.cpp +++ b/indexlib/ifile.cpp @@ -39,7 +39,7 @@ #include <functional> #include <string.h> #include "format.h" -#include "boost-compat/next_prior.hpp" +#include "boost-compat/next_prior.h" ifile::ifile( std::string name ): |