diff --git a/hoot-core/src/main/cpp/hoot/core/ops/MergeNearbyNodes.h b/hoot-core/src/main/cpp/hoot/core/ops/MergeNearbyNodes.h
index b0f2f8f..961ac9c 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/MergeNearbyNodes.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/MergeNearbyNodes.h
@@ -31,7 +31,7 @@
// hoot
#include <hoot/core/info/OperationStatusInfo.h>
#include <hoot/core/io/Serializable.h>
-#include <hoot/core/ops/Boundable.h>
+#include <hoot/core/util/Boundable.h>
#include <hoot/core/ops/OsmMapOperation.h>
#include <hoot/core/util/Units.h>
#include <hoot/core/util/StringUtils.h>