Skip to content

Commit

Permalink
Need explicit require for symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed May 10, 2017
1 parent fe66668 commit dc4a1cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/fluent/plugin/filter_typecast.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'fluent/filter'
require 'fluent/parser'

module Fluent
class TypecastFilter < Filter
Fluent::Plugin.register_filter('typecast', self)
Expand Down

0 comments on commit dc4a1cc

Please sign in to comment.