mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
11 lines
290 B
Diff
11 lines
290 B
Diff
Fixes 'std::optional' error
|
|
--- fileshelter-5.0.1/src/fileshelter/ui/ShareDownload.hpp
|
|
+++ fileshelter-5.0.1/src/fileshelter/ui/ShareDownload.hpp
|
|
@@ -20,6 +20,7 @@
|
|
#pragma once
|
|
|
|
#include <Wt/WContainerWidget.h>
|
|
+#include <optional>
|
|
#include "share/Types.hpp"
|
|
|
|
namespace UserInterface
|