From 564f3dba56f3b05e913ef7c10604cccd9e7f8d16 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Mon, 4 Oct 2021 11:53:04 +0200 Subject: vo_gpu: libplacebo: add missing include This was removed from common.h upstream since it was a cyclic dependency. We need to re-import it into utils.h manually. --- video/out/placebo/utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/video/out/placebo/utils.h b/video/out/placebo/utils.h index 03bcb0f252..e6b43fcac3 100644 --- a/video/out/placebo/utils.h +++ b/video/out/placebo/utils.h @@ -4,6 +4,7 @@ #include "common/msg.h" #include +#include void mppl_ctx_set_log(struct pl_context *ctx, struct mp_log *log, bool probing); -- cgit v1.2.3