From 59cb70e61fcd31c9f4d204e551c03c206ee238c1 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Mon, 21 Mar 2022 15:31:30 +0100 Subject: [PATCH] Python: Fix compile on Linux Change-Id: I193fb8e5c8e6815fbd1b358c1dda1918ff2be6f0 Reviewed-by: Cristian Adam Reviewed-by: --- src/plugins/python/pipsupport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/python/pipsupport.h b/src/plugins/python/pipsupport.h index 28038ba1bd0..0c56cfbecde 100644 --- a/src/plugins/python/pipsupport.h +++ b/src/plugins/python/pipsupport.h @@ -29,6 +29,7 @@ #include #include +#include namespace Python { namespace Internal {