From 78bca543a8109a6d2132122c90da1678f96b91af Mon Sep 17 00:00:00 2001 From: raver119 Date: Thu, 12 Sep 2019 10:49:01 +0300 Subject: [PATCH] missed include for MklDnnTests run without mkldnn Signed-off-by: raver119 --- libnd4j/tests_cpu/layers_tests/MklDnnTests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libnd4j/tests_cpu/layers_tests/MklDnnTests.cpp b/libnd4j/tests_cpu/layers_tests/MklDnnTests.cpp index 03f37000e..c95fc11e3 100644 --- a/libnd4j/tests_cpu/layers_tests/MklDnnTests.cpp +++ b/libnd4j/tests_cpu/layers_tests/MklDnnTests.cpp @@ -21,6 +21,7 @@ #include "testlayers.h" #include +#include #ifdef HAVE_MKLDNN