weaved: Remove brillo::Any from public weaved APIs

Replaced brillo::Any with base::Value in weaved client library
APIs in order to remove remaining dependency on D-Bus libraries.

BUG: 26558300
Change-Id: I8365743c31022a2f76a8a8768adf6ad19d509749
diff --git a/common/binder_utils.cc b/common/binder_utils.cc
index 6f66040..641019a 100644
--- a/common/binder_utils.cc
+++ b/common/binder_utils.cc
@@ -16,6 +16,7 @@
 
 #include <base/json/json_reader.h>
 #include <base/json/json_writer.h>
+#include <weave/error.h>
 
 namespace weaved {
 namespace binder_utils {