X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/3e1327901d299a537a8d932c49dd330f87ac3bda..HEAD:/BigIntegerLibrary.hh diff --git a/BigIntegerLibrary.hh b/BigIntegerLibrary.hh index ea38cfe..2a0ebee 100644 --- a/BigIntegerLibrary.hh +++ b/BigIntegerLibrary.hh @@ -3,5 +3,6 @@ #include "NumberlikeArray.hh" #include "BigUnsigned.hh" #include "BigInteger.hh" +#include "BigIntegerAlgorithms.hh" #include "BigUnsignedInABase.hh" #include "BigIntegerUtils.hh"