aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/label_image
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-01-06 12:55:18 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-06 12:55:18 -0800
commit78e8dc03486d579e0ba6692849b9db72e4fbc1f7 (patch)
treee83909b753c4b06e33218c0b8dbf1a93135e5116 /tensorflow/examples/label_image
parent9edd13a9c96edd9b7fdca71f694bb045f265ad66 (diff)
TensorFlow: include types.h to unbreak OSS BUILD
Change: 111531092
Diffstat (limited to 'tensorflow/examples/label_image')
-rw-r--r--tensorflow/examples/label_image/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/examples/label_image/main.cc b/tensorflow/examples/label_image/main.cc
index dd07e1e5cd..9bbc21a575 100644
--- a/tensorflow/examples/label_image/main.cc
+++ b/tensorflow/examples/label_image/main.cc
@@ -46,6 +46,7 @@ limitations under the License.
#include "tensorflow/core/lib/strings/stringprintf.h"
#include "tensorflow/core/platform/init_main.h"
#include "tensorflow/core/platform/logging.h"
+#include "tensorflow/core/platform/types.h"
#include "tensorflow/core/public/session.h"
#include "tensorflow/core/public/tensor.h"