Merge pull request #19427 from alalek:issue_19426

This commit is contained in:
Alexander Alekhin
2021-01-31 14:24:37 +00:00
2 changed files with 5 additions and 2 deletions
@@ -5,7 +5,9 @@
#ifndef OPENCV_UTILS_TLS_HPP
#define OPENCV_UTILS_TLS_HPP
#include <opencv2/core/utility.hpp>
#ifndef OPENCV_CORE_UTILITY_H
#error "tls.hpp must be included after opencv2/core/utility.hpp or opencv2/core.hpp"
#endif
namespace cv {