/* * Copyright (C) 2017-2018 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include #pragma warning(push) #pragma warning(disable : 4005) #include #pragma warning(pop) // There is a conflict with max/min defined as macro in windows headers with std::max/std::min #undef min #undef max