Skip to content

Commit

Permalink
Add missing socket require
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbt committed Nov 24, 2015
1 parent 17aff69 commit f6483e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/linr/connection/udp.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "socket"

module Linr
module Connection
# Connects to a InfluxDB UDP port
Expand Down

0 comments on commit f6483e0

Please sign in to comment.