From b75796054c6fc2b92b4b779e8c46e646cb6b470e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 11 Nov 2021 10:59:23 +0100 Subject: [PATCH] spa: include dict.h It causes a compiler warning on armv7 --- spa/include/spa/support/plugin-loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/include/spa/support/plugin-loader.h b/spa/include/spa/support/plugin-loader.h index a1a72c2c5..ced58cbce 100644 --- a/spa/include/spa/support/plugin-loader.h +++ b/spa/include/spa/support/plugin-loader.h @@ -30,7 +30,7 @@ extern "C" { #endif #include -#include +#include /** \defgroup spa_plugin_loader Plugin Loader * SPA plugin loader