dnn: fix compilation of Halide tests
authorAlexander Alekhin <alexander.alekhin@intel.com>
Thu, 29 Jun 2017 12:42:09 +0000 (15:42 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Thu, 29 Jun 2017 13:36:34 +0000 (16:36 +0300)
modules/dnn/perf/perf_halide_net.cpp
modules/dnn/test/test_halide_layers.cpp
modules/dnn/test/test_halide_nets.cpp

index 5631da6..2213c1a 100644 (file)
@@ -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
 {
 
index 3bcb0f8..64056dc 100644 (file)
@@ -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
 {
 
index 206a71c..fa55539 100644 (file)
@@ -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
 {