diff --git a/hoot-core/src/main/cpp/hoot/core/ops/SmallWayMerger.cpp b/hoot-core/src/main/cpp/hoot/core/ops/SmallWayMerger.cpp
index e8b5acc..ddd0755 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/SmallWayMerger.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/ops/SmallWayMerger.cpp
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "SmallWayMerger.h"
@@ -39,13 +39,13 @@
#include <hoot/core/index/OsmMapIndex.h>
#include <hoot/core/ops/RecursiveElementRemover.h>
#include <hoot/core/schema/OsmSchema.h>
-#include <hoot/core/schema/ExactTagDifferencer.h>
#include <hoot/core/schema/TagMergerFactory.h>
#include <hoot/core/util/ConfigOptions.h>
#include <hoot/core/elements/ElementConverter.h>
#include <hoot/core/util/Log.h>
#include <hoot/core/criterion/HighwayCriterion.h>
#include <hoot/core/criterion/OneWayCriterion.h>
+#include <hoot/core/schema/TagDifferencer.h>
// Tgs
#include <tgs/StreamUtils.h>