Publishing 2019 R3 content
[platform/upstream/dldt.git] / inference-engine / tools / calibration_tool / statistics_collector / data_stats.cpp
index 0b5ca96..31c7ebc 100644 (file)
@@ -2,11 +2,11 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
+#include <limits>
 #include <stdlib.h>
 #include <cfloat>
 #include <cmath>
 #include <iostream>
-#include <limits>
 #include <vector>
 #include <algorithm>
 #include <stdint.h>