diff --git a/openvpn/omi/omi.hpp b/openvpn/omi/omi.hpp index fd3e5d44..aa777b8e 100644 --- a/openvpn/omi/omi.hpp +++ b/openvpn/omi/omi.hpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include // include acceptors for different protocols @@ -977,7 +977,7 @@ namespace openvpn { // stopping volatile bool stop_called = false; - AsioTimer stop_timer; + AsioTimerSafe stop_timer; // hold bool hold_wait = false;