diff --git a/src/core/src/factory.cpp b/src/core/src/factory.cpp index 4dcb7446c71..5639e5e10c5 100644 --- a/src/core/src/factory.cpp +++ b/src/core/src/factory.cpp @@ -20,6 +20,6 @@ mutex& get_registry_mutex() { } #ifndef _WIN32 -template class FactoryRegistry; +template class FactoryRegistry; #endif } // namespace ngraph