- Fix boost2.dif build with boost 1.89.0 (boo#1249956)
* deadline_timer was removed from the boost/asio.hpp convenience
header
OBS-URL: https://build.opensuse.org/request/show/1306127
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=521
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
|