multimedia/lms: unbreak build after boost upgrade

PR:	246106
Obtained from:	upstream
This commit is contained in:
Dima Panov 2022-05-22 20:59:51 +03:00
parent 8f9164caf1
commit e8522ff072
2 changed files with 11 additions and 0 deletions

View file

@ -1,5 +1,6 @@
PORTNAME= lms
DISTVERSION= 3.28.0
PORTREVISION= 1
MASTER_SITES= https://github.com/epoupon/lms/archive/refs/tags/v${DISTVERSION}${EXTRACT_SUFX}?dummy=/
CATEGORIES= multimedia

View file

@ -0,0 +1,10 @@
--- src/libs/services/auth/include/services/auth/IPasswordService.hpp
+++ src/libs/services/auth/include/services/auth/IPasswordService.hpp
@@ -20,6 +20,7 @@
#pragma once
#include <string_view>
+#include <optional>
#include <boost/asio/ip/address.hpp>
#include <Wt/WDateTime.h>