aboutsummaryrefslogtreecommitdiff
path: root/src/test/testutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testutil.h')
-rw-r--r--src/test/testutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/testutil.h b/src/test/testutil.h
index 5875dc50e6..cbe784d640 100644
--- a/src/test/testutil.h
+++ b/src/test/testutil.h
@@ -8,8 +8,8 @@
#ifndef BITCOIN_TEST_TESTUTIL_H
#define BITCOIN_TEST_TESTUTIL_H
-#include <boost/filesystem/path.hpp>
+#include "fs.h"
-boost::filesystem::path GetTempPath();
+fs::path GetTempPath();
#endif // BITCOIN_TEST_TESTUTIL_H