diff options
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | https.h | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,5 @@ +git via smart http / cgi +php weblog: link consistency check (cron?) Integrate into Debian: WNPP support alternative SSL libs: mbedtls, gnutls, wolfssl, botan, (matrixssl, libressl, cryptlib: not in debian) @@ -1,5 +1,6 @@ #pragma once +#include <boost/asio/steady_timer.hpp> #include <boost/beast/version.hpp> // Support both boost in Debian unstable (BOOST_LATEST) and in stable (boost 1.67) |