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;