Skip to content

Commit 04104b1

Browse files
committed
added use statement for stdlib_bitsets
1 parent 07c0e10 commit 04104b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/stdlib_sorting.fypp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ module stdlib_sorting
129129
use stdlib_string_type, only: string_type, assignment(=), operator(>), &
130130
operator(>=), operator(<), operator(<=)
131131

132+
use stdlib_bitsets, only: bitset_64, bitset_large, &
133+
assignment(=), operator(>), operator(>=),operator(<),operator(<=)
134+
132135
implicit none
133136
private
134137

0 commit comments

Comments
 (0)