diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-04 16:08:55 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-04 16:08:55 +0200 |
commit | 24bb0db16d2fcd94a5919f616dd9a50b3a131752 (patch) | |
tree | 80850a5bb79d334cc66ab2427daea238d51df1ea /deimos/core/BUILD | |
parent | f878f9e4c42f02585e57bb35c3aabf9f69ee3834 (diff) |
Add io Writer
Diffstat (limited to 'deimos/core/BUILD')
-rw-r--r-- | deimos/core/BUILD | 1 |
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",
],
|