Skip to content

Commit

Permalink
Fixed missing import in mach.math.bits.compare
Browse files Browse the repository at this point in the history
  • Loading branch information
pineapplemachine committed Feb 15, 2017
1 parent 35af9ba commit d6b30a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mach/math/bits/compare.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module mach.math.bits.compare;

private:

import mach.math.bits.pow2 : pow2d;

/++ Docs
The `bitsidentical` function can be used to compare the low bits of two
Expand Down

0 comments on commit d6b30a3

Please sign in to comment.