diff options
author | Mustafa <mus@musalbas.com> | 2016-03-11 15:04:05 +0000 |
---|---|---|
committer | Mustafa <mus@musalbas.com> | 2016-03-11 15:04:05 +0000 |
commit | 2fdaa255295402d24bb16a72b07cc72c9a5df8e4 (patch) | |
tree | fa14ad9de0a21b9a1b9fa2203cbb90baed117eee /src/test/testutil.h | |
parent | 393b22eacb8aff58aaa4da48085f3ea37424ba59 (diff) |
Move GetTempPath() to testutil.
Diffstat (limited to 'src/test/testutil.h')
-rw-r--r-- | src/test/testutil.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/testutil.h b/src/test/testutil.h index 2e83115e5c..5875dc50e6 100644 --- a/src/test/testutil.h +++ b/src/test/testutil.h @@ -8,4 +8,8 @@ #ifndef BITCOIN_TEST_TESTUTIL_H #define BITCOIN_TEST_TESTUTIL_H +#include <boost/filesystem/path.hpp> + +boost::filesystem::path GetTempPath(); + #endif // BITCOIN_TEST_TESTUTIL_H |