summaryrefslogtreecommitdiff
path: root/deimos/core/BUILD
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-04 16:08:55 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-04 16:08:55 +0200
commit24bb0db16d2fcd94a5919f616dd9a50b3a131752 (patch)
tree80850a5bb79d334cc66ab2427daea238d51df1ea /deimos/core/BUILD
parentf878f9e4c42f02585e57bb35c3aabf9f69ee3834 (diff)
Add io Writer
Diffstat (limited to 'deimos/core/BUILD')
-rw-r--r--deimos/core/BUILD1
1 files changed, 1 insertions, 0 deletions
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",
],