Commit 72a765d7 authored by Alexander Alekhin's avatar Alexander Alekhin

dnn: fix compilation of Halide tests

parent 2ac81901
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
// Copyright (C) 2017, Intel Corporation, all rights reserved. // Copyright (C) 2017, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners. // Third party copyrights are property of their respective owners.
#include "perf_precomp.hpp"
namespace cvtest namespace cvtest
{ {
......
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
// This tests doesn't require any external data. They just compare outputs of // This tests doesn't require any external data. They just compare outputs of
// layers using different computation backends. Input and parameters are random. // layers using different computation backends. Input and parameters are random.
#include "test_precomp.hpp"
namespace cvtest namespace cvtest
{ {
......
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
// Copyright (C) 2017, Intel Corporation, all rights reserved. // Copyright (C) 2017, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners. // Third party copyrights are property of their respective owners.
#include "test_precomp.hpp"
namespace cvtest namespace cvtest
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment