/* * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ #ifndef __FASTCV_EXT_PERF_PRECOMP_HPP__ #define __FASTCV_EXT_PERF_PRECOMP_HPP__ #include #include #include namespace opencv_test { using namespace perf; } // namespace #endif