diff --git a/hoot-core-test/src/test/cpp/hoot/core/io/ServicesDbTestUtils.h b/hoot-core-test/src/test/cpp/hoot/core/io/ServicesDbTestUtils.h
index 5bdc59c..f5ecb52 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/io/ServicesDbTestUtils.h
+++ b/hoot-core-test/src/test/cpp/hoot/core/io/ServicesDbTestUtils.h
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef SERVICESDBTESTUTILS_H
#define SERVICESDBTESTUTILS_H
@@ -37,6 +37,8 @@
#include <hoot/core/elements/OsmMap.h>
#include <hoot/core/io/HootNetworkCookieJar.h>
+#ifdef HOOT_HAVE_SERVICES
+
namespace hoot
{
@@ -106,4 +108,6 @@ private:
}
+#endif // HOOT_HAVE_SERVICES
+
#endif // SERVICESDBTESTUTILS_H