11 lines
336 B
Plaintext
11 lines
336 B
Plaintext
|
|
--- utils/asymptote/LspCpp/include/LibLsp/lsp/SimpleTimer.h.orig
|
||
|
|
+++ utils/asymptote/LspCpp/include/LibLsp/lsp/SimpleTimer.h
|
||
|
|
@@ -3,6 +3,7 @@
|
||
|
|
#include <atomic>
|
||
|
|
#include <functional>
|
||
|
|
#include <boost/asio.hpp>
|
||
|
|
+#include <boost/asio/deadline_timer.hpp>
|
||
|
|
|
||
|
|
template<typename Duration = boost::posix_time::milliseconds>
|
||
|
|
class SimpleTimer
|