From 1b0257720940663c36a7d01cecaebcf9c51c0208 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 21 May 2021 12:52:28 -0700 Subject: [PATCH] pps: fix a missing include in Intel pps driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Rob Clark Part-of: --- src/intel/ds/intel_pps_perf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/ds/intel_pps_perf.h b/src/intel/ds/intel_pps_perf.h index a08573177a4..14f4a343d3c 100644 --- a/src/intel/ds/intel_pps_perf.h +++ b/src/intel/ds/intel_pps_perf.h @@ -8,6 +8,7 @@ #pragma once #include +#include #include #include