summaryrefslogtreecommitdiff
path: root/bigint/BigIntegerLibrary.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bigint/BigIntegerLibrary.hh')
-rw-r--r--bigint/BigIntegerLibrary.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/bigint/BigIntegerLibrary.hh b/bigint/BigIntegerLibrary.hh
new file mode 100644
index 00000000..2a0ebee6
--- /dev/null
+++ b/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"