Skip to content

Commit

Permalink
Require HTTPotion in NSQ.Connection.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPower15 committed Dec 8, 2015
1 parent d64f8ce commit 97dee09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/nsq/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ defmodule NSQ.Connection do
# Directives #
# ------------------------------------------------------- #
require Logger
require HTTPotion
require HTTPotion.Response
use Connection
import NSQ.Protocol
alias NSQ.ConnInfo, as: ConnInfo
Expand Down

0 comments on commit 97dee09

Please sign in to comment.