From 24bb0db16d2fcd94a5919f616dd9a50b3a131752 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 4 Apr 2024 16:08:55 +0200 Subject: Add io Writer --- deimos/core/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'deimos/core/BUILD') diff --git a/deimos/core/BUILD b/deimos/core/BUILD index d004aae..fd20796 100644 --- a/deimos/core/BUILD +++ b/deimos/core/BUILD @@ -7,6 +7,7 @@ cc_library( "gsl.h", "hash.h", "id_name.h", + "io.h", "os.h", "std.h", ], -- cgit