Skip to content

Commit 46ebcb4

Browse files
authored
Add some require calls for newer code (#327)
1 parent 16cf3aa commit 46ebcb4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

temporalio/lib/temporalio/internal/worker/workflow_instance/externally_immutable_hash.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require 'delegate'
4+
35
module Temporalio
46
module Internal
57
module Worker

temporalio/lib/temporalio/workflow.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
require 'random/formatter'
44
require 'temporalio/error'
5+
require 'temporalio/internal/worker/workflow_instance'
56
require 'temporalio/priority'
67
require 'temporalio/workflow/activity_cancellation_type'
78
require 'temporalio/workflow/child_workflow_cancellation_type'

0 commit comments

Comments
 (0)