mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 02:11:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			290 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 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
 |