Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkuu committed Jul 28, 2014
1 parent aad37da commit 76a4833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/vibe/internal/meta/funcattr.d
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

module vibe.internal.meta.funcattr;

import std.traits : isInstanceOf;
import std.traits : isInstanceOf, ReturnType;

/// example
unittest
Expand Down

0 comments on commit 76a4833

Please sign in to comment.