diff --git a/modules/dnn/perf/perf_halide_net.cpp b/modules/dnn/perf/perf_halide_net.cpp index 5631da6384..2213c1a002 100644 --- a/modules/dnn/perf/perf_halide_net.cpp +++ b/modules/dnn/perf/perf_halide_net.cpp @@ -5,6 +5,8 @@ // Copyright (C) 2017, Intel Corporation, all rights reserved. // Third party copyrights are property of their respective owners. +#include "perf_precomp.hpp" + namespace cvtest { diff --git a/modules/dnn/test/test_halide_layers.cpp b/modules/dnn/test/test_halide_layers.cpp index 3bcb0f8764..64056dc7cd 100644 --- a/modules/dnn/test/test_halide_layers.cpp +++ b/modules/dnn/test/test_halide_layers.cpp @@ -8,6 +8,8 @@ // This tests doesn't require any external data. They just compare outputs of // layers using different computation backends. Input and parameters are random. +#include "test_precomp.hpp" + namespace cvtest { diff --git a/modules/dnn/test/test_halide_nets.cpp b/modules/dnn/test/test_halide_nets.cpp index 206a71c95a..fa5553966b 100644 --- a/modules/dnn/test/test_halide_nets.cpp +++ b/modules/dnn/test/test_halide_nets.cpp @@ -5,6 +5,8 @@ // Copyright (C) 2017, Intel Corporation, all rights reserved. // Third party copyrights are property of their respective owners. +#include "test_precomp.hpp" + namespace cvtest {