We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af5ac0 commit 7bf94c8Copy full SHA for 7bf94c8
BUILD
@@ -12,6 +12,7 @@ cc_library(
12
],
13
deps = [
14
":common_lib",
15
+ "@com_google_protobuf//:protobuf_lite",
16
17
)
18
@@ -63,7 +64,7 @@ cc_library(
63
64
65
":proxy_wasm_intrinsics",
66
":proxy_wasm_intrinsics_lite_cc_proto",
- "@com_google_protobuf//:protobuf",
67
68
69
70
proxy_wasm_api.h
@@ -21,6 +21,10 @@
21
// NOLINT(namespace-envoy)
22
#pragma once
23
24
+#ifdef PROXY_WASM_PROTOBUF
25
+#include "google/protobuf/message_lite.h"
26
+#endif
27
+
28
#include <cstring>
29
#include <functional>
30
#include <memory>
0 commit comments