Skip to content

Commit

Permalink
Merge pull request #1 from repeatedly/patch-1
Browse files Browse the repository at this point in the history
Need explicit require for symbols
  • Loading branch information
sonots committed May 16, 2017
2 parents fe66668 + dc4a1cc commit 7c49ae0
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 7c49ae0

Please sign in to comment.