diff --git a/kratos/tests/cpp_tests/auxiliar_files_for_cpp_unnitest/test_laplacian_element.h b/kratos/tests/cpp_tests/auxiliar_files_for_cpp_unnitest/test_laplacian_element.h index 92d9c1ec0a0f..3fd4d8a4ae5a 100644 --- a/kratos/tests/cpp_tests/auxiliar_files_for_cpp_unnitest/test_laplacian_element.h +++ b/kratos/tests/cpp_tests/auxiliar_files_for_cpp_unnitest/test_laplacian_element.h @@ -31,7 +31,7 @@ namespace Kratos::Testing * @details It is designed to create a simple LHS and RHS in order to test strategies, processes. etc.... This way the common interface of the elements/conditions can be used to minimize the difference between the actual implementation and the test * @author Vicente Mataix Ferrandiz */ -class TestLaplacianElement +class KRATOS_API(KRATOS_CORE) TestLaplacianElement : public Element { public: