mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
'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:

committed by
Compute-Runtime-Automation

parent
c724f35abb
commit
5b8bc19dc5
@ -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;
|
||||||
|
Reference in New Issue
Block a user