diff options
Diffstat (limited to 'src/common/system.cpp')
-rw-r--r-- | src/common/system.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/system.cpp b/src/common/system.cpp index ddd0feda3b..6d04c8a7bc 100644 --- a/src/common/system.cpp +++ b/src/common/system.cpp @@ -28,6 +28,8 @@ #include <string> #include <thread> +using util::ReplaceAll; + // Application startup time (used for uptime calculation) const int64_t nStartupTime = GetTime(); |