diff options
Diffstat (limited to 'base/intmath.cc')
-rw-r--r-- | base/intmath.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/intmath.cc b/base/intmath.cc index 8d08e59a8..7a6858d16 100644 --- a/base/intmath.cc +++ b/base/intmath.cc @@ -26,7 +26,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "intmath.h" +#include "intmath.hh" int PrevPrime(int n) |