[bigint] Add missing header file #3319 (#3320)

* [bigint] Add missing header file.

File BigIntegerUtils.hh, which is required by the library, was not being copied.

* [bigint] Bump control file version
This commit is contained in:
tamaroth 2018-04-26 03:27:26 +02:00 committed by Robert Schumacher
parent cc1a0af1b5
commit 1d351e0846
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@ set(
BigInteger.cc BigInteger.cc
BigIntegerAlgorithms.cc BigIntegerAlgorithms.cc
BigUnsignedInABase.cc BigUnsignedInABase.cc
BigIntegerUtils.cc BigIntegerUtils.cc
) )
set( set(
@ -24,6 +24,7 @@ set(
BigIntegerAlgorithms.hh BigIntegerAlgorithms.hh
BigUnsignedInABase.hh BigUnsignedInABase.hh
BigIntegerLibrary.hh BigIntegerLibrary.hh
BigIntegerUtils.hh
) )
add_library(bigint ${bigint_srcs}) add_library(bigint ${bigint_srcs})

View File

@ -1,3 +1,3 @@
Source: bigint Source: bigint
Version: 2010.04.30-1 Version: 2010.04.30-2
Description: C++ Big Integer Library Description: C++ Big Integer Library