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 7a6858d16..b9a478ba0 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.hh" +#include "base/intmath.hh" int PrevPrime(int n) |