diff --git a/hoot-rnd/src/test/cpp/hoot/rnd/conflate/network/SingleSidedNetworkMatcherTest.cpp b/hoot-rnd/src/test/cpp/hoot/rnd/conflate/network/SingleSidedNetworkMatcherTest.cpp
index b649636..8f909d1 100644
--- a/hoot-rnd/src/test/cpp/hoot/rnd/conflate/network/SingleSidedNetworkMatcherTest.cpp
+++ b/hoot-rnd/src/test/cpp/hoot/rnd/conflate/network/SingleSidedNetworkMatcherTest.cpp
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
// Hoot
@@ -35,6 +35,7 @@
#include <hoot/core/criterion/StatusCriterion.h>
#include <hoot/core/io/OsmMapReaderFactory.h>
#include <hoot/core/io/OsmMapWriterFactory.h>
+#include <hoot/core/util/FileUtils.h>
#include <hoot/core/util/MapProjector.h>
#include <hoot/rnd/conflate/network/SingleSidedNetworkMatcher.h>
@@ -58,7 +59,7 @@ public:
void writeDebugMap(OsmMapPtr map, SingleSidedNetworkMatcher& uut, int index)
{
- TestUtils::mkpath("tmp");
+ FileUtils::makeDir("tmp");
OsmMapPtr copy(new OsmMap(map));
DebugNetworkMapCreator().addDebugElements(copy, uut.getAllEdgeScores(),
uut.getAllVertexScores());