| Index: third_party/bigint/BigIntegerLibrary.hh
|
| diff --git a/third_party/bigint/BigIntegerLibrary.hh b/third_party/bigint/BigIntegerLibrary.hh
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2a0ebee6a113a11c3bdf862f271714c53f4e39dc
|
| --- /dev/null
|
| +++ b/third_party/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"
|
|
|