X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/b9e459aab5aff20564efc14602d214fd4f6a233a..b2a47e1ae068b072e97064b04bd21257687db626:/BigIntegerLibrary.hh diff --git a/BigIntegerLibrary.hh b/BigIntegerLibrary.hh index 47c969b..2a0ebee 100644 --- a/BigIntegerLibrary.hh +++ b/BigIntegerLibrary.hh @@ -1,7 +1,8 @@ -// This header file includes all the other header files. +// This header file includes all of the library header files. #include "NumberlikeArray.hh" #include "BigUnsigned.hh" #include "BigInteger.hh" +#include "BigIntegerAlgorithms.hh" #include "BigUnsignedInABase.hh" #include "BigIntegerUtils.hh"