Skip to content

Commit

Permalink
require "uuid" in fields.cr (#350)
Browse files Browse the repository at this point in the history
Fix `undefined constant UUID` errors
  • Loading branch information
EnricoMonese authored and drujensen committed Jul 18, 2019
1 parent c4bc435 commit ce37f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/granite/fields.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "json"
require "uuid"

module Granite::Fields
alias SupportedArrayTypes = Array(String) | Array(Int16) | Array(Int32) | Array(Int64) | Array(Float32) | Array(Float64) | Array(Bool)
Expand Down

0 comments on commit ce37f7a

Please sign in to comment.