From c2b45ed7acf8bd94b0ce0d00bbc3641d9e010847 Mon Sep 17 00:00:00 2001 From: Joel Shapiro Date: Fri, 21 Jun 2019 18:02:00 -0500 Subject: [PATCH] swap c header for cpp one --- tensorflow/lite/allocation.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tensorflow/lite/allocation.cc b/tensorflow/lite/allocation.cc index 6904be9b7a1..98ce16d5865 100644 --- a/tensorflow/lite/allocation.cc +++ b/tensorflow/lite/allocation.cc @@ -17,12 +17,12 @@ limitations under the License. #include #include -#ifdef _WIN32 -#include -#endif #include #include #include +#ifdef _WIN32 +#include +#endif #include #include