fix "std" not found error in meta/trait

This commit is contained in:
tgschultz 2018-10-23 14:56:57 -05:00 committed by Andrew Kelley
parent 65b9fae4f8
commit 63f9769e80

View File

@ -1,4 +1,4 @@
const std = @import("std");
const std = @import("../index.zig");
const builtin = @import("builtin");
const mem = std.mem;
const debug = std.debug;