Skip to content

Commit

Permalink
[bigint] Add missing header file microsoft#3319 (microsoft#3320)
Browse files Browse the repository at this point in the history
* [bigint] Add missing header file.

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

* [bigint] Bump control file version
  • Loading branch information
tamaroth authored and ras0219-msft committed Apr 26, 2018
1 parent cc1a0af commit 1d351e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/bigint/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(
BigInteger.cc
BigIntegerAlgorithms.cc
BigUnsignedInABase.cc
BigIntegerUtils.cc
BigIntegerUtils.cc
)

set(
Expand All @@ -24,6 +24,7 @@ set(
BigIntegerAlgorithms.hh
BigUnsignedInABase.hh
BigIntegerLibrary.hh
BigIntegerUtils.hh
)

add_library(bigint ${bigint_srcs})
Expand Down
2 changes: 1 addition & 1 deletion ports/bigint/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: bigint
Version: 2010.04.30-1
Version: 2010.04.30-2
Description: C++ Big Integer Library

0 comments on commit 1d351e0

Please sign in to comment.