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_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/contrib/lite/kernels/detection_postprocess_test.cc') diff --git a/tensorflow/contrib/lite/kernels/detection_postprocess_test.cc b/tensorflow/contrib/lite/kernels/detection_postprocess_test.cc index 4e0f8484a3..fe90e5d894 100644 --- a/tensorflow/contrib/lite/kernels/detection_postprocess_test.cc +++ b/tensorflow/contrib/lite/kernels/detection_postprocess_test.cc @@ -17,7 +17,7 @@ limitations under the License. #include #include -#include "flatbuffers/flexbuffers.h" +#include "include/flatbuffers/flexbuffers.h" // flatbuffers #include "tensorflow/contrib/lite/interpreter.h" #include "tensorflow/contrib/lite/kernels/register.h" #include "tensorflow/contrib/lite/kernels/test_util.h" -- cgit v1.2.3