Skip to content

Commit c6d7f22

Browse files
committed
Fix AMQP-0.8 :)
1 parent 1955342 commit c6d7f22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/rabbit_common/codegen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ def genAmqpException(c,v,cls):
311311
module = "rabbit_framing_amqp_0_8"
312312
print("-module(%s)." % module)
313313
print("""-include("rabbit_framing.hrl").
314+
-include_lib("kernel/include/logger.hrl").
314315
315316
-export([version/0]).
316317
-export([lookup_method_name/1]).

0 commit comments

Comments
 (0)