We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/PertyCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/PertyCmd.cpp index eebd8ca..44b0962 100644 --- a/hoot-core/src/main/cpp/hoot/core/cmd/PertyCmd.cpp +++ b/hoot-core/src/main/cpp/hoot/core/cmd/PertyCmd.cpp @@ -32,7 +32,7 @@ #include <hoot/core/algorithms/perty/PertyOp.h> #include <hoot/core/util/Settings.h> #include <hoot/core/elements/OsmMap.h> -#include <hoot/core/util/IoUtils.h> +#include <hoot/core/io/IoUtils.h> #include <hoot/core/algorithms/perty/PertyMatchScorer.h> #include <hoot/core/scoring/MapMatchScoringUtils.h> #include <hoot/core/algorithms/perty/PertyTestRunner.h>