fix build break on Linux. (#3874)

This commit is contained in:
George Wu 2020-05-09 00:11:03 +00:00 committed by GitHub
parent cf6a1c1715
commit 93e39b81a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
#include "core/providers/dnnl/dnnl_fwd.h"
#include "core/providers/dnnl/dnnl_execution_provider.h"
#include "core/providers/dnnl/subgraph/dnnl_kernel.h"
#include <cmath>
namespace onnxruntime {
namespace ort_dnnl {