'std::unique_ptr' is defined in header '<memory>'

Fixes GCC 12 build.

Signed-off-by: Frantisek Zatloukal <fzatlouk@redhat.com>
This commit is contained in:
František Zatloukal
2022-01-18 20:47:41 +01:00
committed by Compute-Runtime-Automation
parent c724f35abb
commit 5b8bc19dc5

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2020-2021 Intel Corporation * Copyright (C) 2020-2022 Intel Corporation
* *
* SPDX-License-Identifier: MIT * SPDX-License-Identifier: MIT
* *
@ -8,6 +8,7 @@
#include <fstream> #include <fstream>
#include <iomanip> #include <iomanip>
#include <iostream> #include <iostream>
#include <memory>
#include <sstream> #include <sstream>
constexpr int MIN_ARG_COUNT = 7; constexpr int MIN_ARG_COUNT = 7;