From e54eda16f7e8a2edcaae75d301586b59f9788c70 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Fri, 17 Feb 2023 11:11:03 +0000 Subject: [PATCH] fix(test/plugins): solve compilation issues Signed-off-by: Jason Dellaluce --- test/plugins/test_extract.cpp | 2 +- test/plugins/test_source.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/plugins/test_extract.cpp b/test/plugins/test_extract.cpp index 7131966f..04c2e624 100644 --- a/test/plugins/test_extract.cpp +++ b/test/plugins/test_extract.cpp @@ -17,7 +17,7 @@ limitations under the License. #include #include #include -#include +#include static const char *pl_required_api_version = PLUGIN_API_VERSION_STR; static const char *pl_name_base = "test_extract"; diff --git a/test/plugins/test_source.cpp b/test/plugins/test_source.cpp index ea026f4a..9cc99074 100644 --- a/test/plugins/test_source.cpp +++ b/test/plugins/test_source.cpp @@ -18,7 +18,7 @@ limitations under the License. #include #include -#include +#include static const char *pl_required_api_version = PLUGIN_API_VERSION_STR; static uint32_t pl_id = 999;