aboutsummaryrefslogtreecommitdiff
path: root/pw_hex_dump/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pw_hex_dump/BUILD.gn')
-rw-r--r--pw_hex_dump/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw_hex_dump/BUILD.gn b/pw_hex_dump/BUILD.gn
index 7f0bb441f..2ad280e35 100644
--- a/pw_hex_dump/BUILD.gn
+++ b/pw_hex_dump/BUILD.gn
@@ -26,6 +26,7 @@ pw_source_set("pw_hex_dump") {
public_configs = [ ":default_config" ]
public_deps = [
dir_pw_bytes,
+ dir_pw_span,
dir_pw_status,
]
deps = [ dir_pw_string ]