From ddf30ca616de8ceebdf414c9800b857aa004e281 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Wed, 3 May 2017 16:57:29 -0800 Subject: [PATCH] Added missing header file to fix the MacOS builds Change: 155030326 --- tensorflow/core/grappler/costs/robust_stats.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/core/grappler/costs/robust_stats.cc b/tensorflow/core/grappler/costs/robust_stats.cc index 87cda1c0d2e..dba6efae0fd 100644 --- a/tensorflow/core/grappler/costs/robust_stats.cc +++ b/tensorflow/core/grappler/costs/robust_stats.cc @@ -15,6 +15,7 @@ limitations under the License. #include "tensorflow/core/grappler/costs/robust_stats.h" #include +#include namespace tensorflow { namespace grappler {