Skip to content

Commit 1fb510b

Browse files
authored
Merge pull request #679 from ruby-concurrency/missing-require
add missing require
2 parents fcf8925 + 6f9b46c commit 1fb510b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/concurrent/atomic/mutex_count_down_latch.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'concurrent/synchronization'
2+
require 'concurrent/utility/native_integer'
23

34
module Concurrent
45

0 commit comments

Comments
 (0)