pps: fix a missing include in Intel pps driver

In file included from ../src/intel/ds/intel_pps_perf.cc:8:
../src/intel/ds/intel_pps_perf.h:34:78: error: ‘string’ in namespace ‘std’ does not name a type

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Reviewed-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10934>
This commit is contained in:
Chia-I Wu 2021-05-21 12:52:28 -07:00 committed by Marge Bot
parent 9350900fcd
commit 1b02577209
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#pragma once
#include <optional>
#include <string>
#include <vector>
#include <intel/dev/intel_device_info.h>