aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/cpu_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/platform/cpu_info.h')
-rw-r--r--tensorflow/core/platform/cpu_info.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/core/platform/cpu_info.h b/tensorflow/core/platform/cpu_info.h
index 706dc4dcc5..13e89e7b7b 100644
--- a/tensorflow/core/platform/cpu_info.h
+++ b/tensorflow/core/platform/cpu_info.h
@@ -16,6 +16,10 @@ limitations under the License.
#ifndef TENSORFLOW_PLATFORM_CPU_INFO_H_
#define TENSORFLOW_PLATFORM_CPU_INFO_H_
+#if defined(PLATFORM_WINDOWS)
+#include "tensorflow/core/platform/windows/cpu_info.h"
+#endif
+
namespace tensorflow {
namespace port {