From 9be83d3d6e7d1e61d7c3cc4160d214c633665751 Mon Sep 17 00:00:00 2001 From: Nupur Garg Date: Fri, 13 Jul 2018 00:08:29 -0700 Subject: Fix import order in interpreter_wrapper.h. PiperOrigin-RevId: 204429340 --- .../contrib/lite/python/interpreter_wrapper/interpreter_wrapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tensorflow/contrib/lite/python') diff --git a/tensorflow/contrib/lite/python/interpreter_wrapper/interpreter_wrapper.h b/tensorflow/contrib/lite/python/interpreter_wrapper/interpreter_wrapper.h index febfd2dc56..556ec7117a 100644 --- a/tensorflow/contrib/lite/python/interpreter_wrapper/interpreter_wrapper.h +++ b/tensorflow/contrib/lite/python/interpreter_wrapper/interpreter_wrapper.h @@ -15,13 +15,13 @@ limitations under the License. #ifndef TENSORFLOW_CONTRIB_LITE_PYTHON_INTERPRETER_WRAPPER_INTERPRETER_WRAPPER_H_ #define TENSORFLOW_CONTRIB_LITE_PYTHON_INTERPRETER_WRAPPER_INTERPRETER_WRAPPER_H_ +// Place `` before to avoid build failures in macOS. +#include #include #include #include -// Place `` before to avoid build failures in macOS. #include -#include // We forward declare TFLite classes here to avoid exposing them to SWIG. namespace tflite { -- cgit v1.2.3