Skip to content

Commit 1b8d61b

Browse files
authored
Merge pull request #1093 from netfs/r1.11
Add missing include.
2 parents c81b2c2 + 84ef62d commit 1b8d61b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tensorflow_serving/util/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ cc_test(
106106
deps = [
107107
":prometheus_exporter",
108108
"//tensorflow_serving/core/test_util:test_main",
109+
"@com_google_absl//absl/memory",
109110
"@com_google_absl//absl/strings",
110111
"@org_tensorflow//tensorflow/core:lib",
111112
],

tensorflow_serving/util/prometheus_exporter_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ limitations under the License.
1616
#include "tensorflow_serving/util/prometheus_exporter.h"
1717

1818
#include <gtest/gtest.h>
19+
#include "absl/memory/memory.h"
1920
#include "absl/strings/str_cat.h"
2021
#include "absl/strings/str_join.h"
2122
#include "tensorflow/core/lib/monitoring/counter.h"

0 commit comments

Comments
 (0)