From f35866577cb8d27a51b31f49f472e926c4359e1f Mon Sep 17 00:00:00 2001 From: Austin Anderson Date: Thu, 16 Aug 2018 15:10:29 -0700 Subject: Convert TensorFlow's flatbuffers dependency to new third party import method. PiperOrigin-RevId: 209056244 --- tensorflow/contrib/lite/kernels/detection_postprocess.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/contrib/lite/kernels/detection_postprocess.cc') diff --git a/tensorflow/contrib/lite/kernels/detection_postprocess.cc b/tensorflow/contrib/lite/kernels/detection_postprocess.cc index d7bde0ff79..211d43a47a 100644 --- a/tensorflow/contrib/lite/kernels/detection_postprocess.cc +++ b/tensorflow/contrib/lite/kernels/detection_postprocess.cc @@ -15,7 +15,7 @@ limitations under the License. #include #include #include -#include "flatbuffers/flexbuffers.h" +#include "include/flatbuffers/flexbuffers.h" // flatbuffers #include "tensorflow/contrib/lite/builtin_op_data.h" #include "tensorflow/contrib/lite/context.h" #include "tensorflow/contrib/lite/kernels/internal/optimized/optimized_ops.h" -- cgit v1.2.3