Added missing header file to fix the MacOS builds

Change: 155030326
This commit is contained in:
Benoit Steiner 2017-05-03 16:57:29 -08:00 committed by TensorFlower Gardener
parent 4a4a1ebc48
commit ddf30ca616

View File

@ -15,6 +15,7 @@ limitations under the License.
#include "tensorflow/core/grappler/costs/robust_stats.h"
#include <algorithm>
#include <cmath>
namespace tensorflow {
namespace grappler {