Make //tf/core/platform:strong_hash build with --config android_arm64

PiperOrigin-RevId: 286461560
Change-Id: Iae427ae947e5973598cf1c34a3a3f7b80d29f962
This commit is contained in:
Juhyun Lee 2019-12-19 14:14:11 -08:00 committed by TensorFlower Gardener
parent bd05d8197c
commit 0535f25cf0

View File

@ -16,8 +16,8 @@ limitations under the License.
#ifndef TENSORFLOW_CORE_PLATFORM_DEFAULT_STRONG_HASH_H_
#define TENSORFLOW_CORE_PLATFORM_DEFAULT_STRONG_HASH_H_
#include "highwayhash/sip_hash.h"
#include "highwayhash/state_helpers.h"
#include "highwayhash/sip_hash.h" // TF:highwayhash
#include "highwayhash/state_helpers.h" // TF:highwayhash
namespace tensorflow {