Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/lavinmq/amqp/argument/dead_lettering.cr
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,8 @@ module LavinMQ::AMQP
end
end
end

# Queue includes DeadLettering, so requiring queue.cr at the top would make the
# include fail when this file is the compilation entry point. Requiring it here,
# after the module is defined, works from either direction.
require "../queue/queue"