diff --git a/GaudiKernel/tests/src/test_AttribStringParser.cpp b/GaudiKernel/tests/src/test_AttribStringParser.cpp
index ee5b6c90e8ab9b58977c4831fdbf7122c33d0593..9632db62fe7b4e8723591d25577899df2a4a3289 100644
--- a/GaudiKernel/tests/src/test_AttribStringParser.cpp
+++ b/GaudiKernel/tests/src/test_AttribStringParser.cpp
@@ -1,5 +1,5 @@
 /***********************************************************************************\
-* (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
+* (c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations *
 *                                                                                   *
 * This software is distributed under the terms of the Apache version 2 licence,     *
 * copied verbatim in the file "LICENSE".                                            *
@@ -17,7 +17,7 @@
 #include <boost/regex.hpp>
 
 #define BOOST_TEST_MODULE AttribStringParser_test
-#include <boost/test/included/unit_test.hpp>
+#include <boost/test/unit_test.hpp>
 
 BOOST_AUTO_TEST_CASE( test_case ) {
   using Gaudi::Utils::AttribStringParser;