fix: include <algorithm> where std::find is used

Related-To: NEO-11375
Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
This commit is contained in:
Pawel Cieslak
2024-05-14 14:20:24 +00:00
committed by Compute-Runtime-Automation
parent 0b0f7bd4cd
commit f10439aea2
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2023 Intel Corporation
* Copyright (C) 2021-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -13,6 +13,7 @@
#include "gtest/gtest.h"
#include <algorithm>
#include <limits>
#include <netlink/handlers.h>