Skip to content

Commit

Permalink
Merge pull request #1093 from netfs/r1.11
Browse files Browse the repository at this point in the history
Add missing include.
  • Loading branch information
netfs authored Sep 14, 2018
2 parents c81b2c2 + 84ef62d commit 1b8d61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow_serving/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ cc_test(
deps = [
":prometheus_exporter",
"//tensorflow_serving/core/test_util:test_main",
"@com_google_absl//absl/memory",
"@com_google_absl//absl/strings",
"@org_tensorflow//tensorflow/core:lib",
],
Expand Down
1 change: 1 addition & 0 deletions tensorflow_serving/util/prometheus_exporter_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ limitations under the License.
#include "tensorflow_serving/util/prometheus_exporter.h"

#include <gtest/gtest.h>
#include "absl/memory/memory.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_join.h"
#include "tensorflow/core/lib/monitoring/counter.h"
Expand Down

0 comments on commit 1b8d61b

Please sign in to comment.