diff options
Diffstat (limited to 'libs/bigint/BigIntegerLibrary.hh')
-rw-r--r-- | libs/bigint/BigIntegerLibrary.hh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/bigint/BigIntegerLibrary.hh b/libs/bigint/BigIntegerLibrary.hh new file mode 100644 index 000000000..2a0ebee6a --- /dev/null +++ b/libs/bigint/BigIntegerLibrary.hh @@ -0,0 +1,8 @@ +// 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" |