Include <cmath> in cost_estimator.h

INFINITY define requires the cmath header.

PiperOrigin-RevId: 216621867
This commit is contained in:
Jared Duke 2018-10-10 17:25:25 -07:00 committed by TensorFlower Gardener
parent 3abfe2cd9b
commit 331683cb22

View File

@ -17,6 +17,7 @@ limitations under the License.
#define TENSORFLOW_CORE_GRAPPLER_COSTS_COST_ESTIMATOR_H_
#include <chrono>
#include <cmath>
#include <unordered_map>
#include "tensorflow/core/lib/core/status.h"