authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-01-27 06:45:55 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-01-27 06:45:55 -08:00
logaf4661e2abd05bf3c09295063900681235d40149
tree133cbf3c41d881f6ce7ece579093e91cae598d4b
parent4518a7c11345aca0116e2fc6247ab6412d92937a

fix build

removed the one reference locally, oops

1 files changed, 1 insertions(+), 0 deletions(-)

src/common.zig+1
......@@ -1,5 +1,6 @@
11const std = @import("std");
22const string = []const u8;
3const builtin = @import("builtin");
34const ansi = @import("ansi");
45const root = @import("root");
56