Add absl/base/attributes.h to slow_operation_alarm.h as ABSL_MUST_USE_RESULT is used

PiperOrigin-RevId: 294806806
Change-Id: Icae8bd5fb3a549ac544d62e2065baa4c55f9afd6
This commit is contained in:
Frank Chen 2020-02-12 18:18:22 -08:00 committed by TensorFlower Gardener
parent 76de04167b
commit f508aca755

View File

@ -21,6 +21,7 @@ limitations under the License.
#include <string>
#include <tuple>
#include "absl/base/attributes.h"
#include "absl/time/time.h"
#include "tensorflow/compiler/xla/types.h"