Skip to content

Commit 72a765d

Browse files
committed
dnn: fix compilation of Halide tests
1 parent 2ac8190 commit 72a765d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

modules/dnn/perf/perf_halide_net.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// Copyright (C) 2017, Intel Corporation, all rights reserved.
66
// Third party copyrights are property of their respective owners.
77

8+
#include "perf_precomp.hpp"
9+
810
namespace cvtest
911
{
1012

modules/dnn/test/test_halide_layers.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// This tests doesn't require any external data. They just compare outputs of
99
// layers using different computation backends. Input and parameters are random.
1010

11+
#include "test_precomp.hpp"
12+
1113
namespace cvtest
1214
{
1315

modules/dnn/test/test_halide_nets.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// Copyright (C) 2017, Intel Corporation, all rights reserved.
66
// Third party copyrights are property of their respective owners.
77

8+
#include "test_precomp.hpp"
9+
810
namespace cvtest
911
{
1012

0 commit comments

Comments
 (0)