aboutsummaryrefslogtreecommitdiff
path: root/src/daemonizer/windows_service_runner.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/daemonizer/windows_service_runner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemonizer/windows_service_runner.h b/src/daemonizer/windows_service_runner.h
index 2d21509ec..f4258a215 100644
--- a/src/daemonizer/windows_service_runner.h
+++ b/src/daemonizer/windows_service_runner.h
@@ -56,7 +56,7 @@ namespace windows {
private:
SERVICE_STATUS_HANDLE m_status_handle{nullptr};
SERVICE_STATUS m_status{};
- std::mutex m_lock{};
+ boost::mutex m_lock{};
std::string m_name;
T_handler m_handler;