Skip to content

Commit

Permalink
pw_kvs: Fix up dependency and include errors
Browse files Browse the repository at this point in the history
Change-Id: Ieb88b6ce538972c550269bbf85f409ecc0982421
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/96821
Pigweed-Auto-Submit: Ewout van Bekkum <ewout@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Ewout van Bekkum <ewout@google.com>
  • Loading branch information
Ewout van Bekkum authored and CQ Bot Account committed Jun 6, 2022
1 parent cb087eb commit 0e7ff8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pw_kvs/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ pw_source_set("pw_kvs") {
"sectors.cc",
]
public_deps = [
"$dir_pw_string:util",
dir_pw_assert,
dir_pw_bytes,
dir_pw_containers,
Expand Down Expand Up @@ -313,6 +312,7 @@ pw_source_set("key_value_store_fuzz_test") {
":crc16",
":flash_test_partition",
":pw_kvs",
"$dir_pw_string:builder",
dir_pw_bytes,
dir_pw_checksum,
dir_pw_log,
Expand Down
1 change: 1 addition & 0 deletions pw_kvs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pw_auto_add_simple_module(pw_kvs
pw_log
pw_random
pw_stream
pw_string.builder
)

target_compile_definitions(
Expand Down
1 change: 1 addition & 0 deletions pw_kvs/key_value_store_fuzz_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "pw_kvs/key_value_store.h"
#include "pw_log/log.h"
#include "pw_status/status.h"
#include "pw_string/string_builder.h"

namespace pw::kvs {
namespace {
Expand Down

0 comments on commit 0e7ff8d

Please sign in to comment.