Skip to content

Commit

Permalink
Add missing require for Crystal::ThreadLocalValue (#13092)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija authored Feb 23, 2023
1 parent 107970e commit 0727728
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/reference.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% if flag?(:preview_mt) %}
require "crystal/thread_local_value"
{% end %}

# `Reference` is the base class of classes you define in your program.
# It is set as a class' superclass when you don't specify one:
#
Expand Down

0 comments on commit 0727728

Please sign in to comment.