mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			104 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			104 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| missing libstdc++13 includes
 | |
| --
 | |
| --- ./third_party/vulkan_memory_allocator/include/vk_mem_alloc.h.orig
 | |
| +++ ./third_party/vulkan_memory_allocator/include/vk_mem_alloc.h
 | |
| @@ -2566,6 +2566,7 @@
 | |
|  #undef VMA_IMPLEMENTATION
 | |
|  
 | |
|  #include <cstdint>
 | |
| +#include <cstdio>
 | |
|  #include <cstdlib>
 | |
|  #include <cstring>
 | |
|  #include <utility>
 | |
| --- ./flutter/third_party/tonic/filesystem/filesystem/file.h.orig
 | |
| +++ ./flutter/third_party/tonic/filesystem/filesystem/file.h
 | |
| @@ -5,6 +5,7 @@
 | |
|  #ifndef FILESYSTEM_FILE_H_
 | |
|  #define FILESYSTEM_FILE_H_
 | |
|  
 | |
| +#include <stdint.h>
 | |
|  #include <string>
 | |
|  #include <vector>
 | |
|  
 | |
| --- ./flutter/impeller/geometry/size.h.orig
 | |
| +++ ./flutter/impeller/geometry/size.h
 | |
| @@ -6,6 +6,7 @@
 | |
|  
 | |
|  #include <algorithm>
 | |
|  #include <cmath>
 | |
| +#include <cstdint>
 | |
|  #include <limits>
 | |
|  #include <ostream>
 | |
|  #include <string>
 | |
| --- ./flutter/runtime/dart_service_isolate.h.orig
 | |
| +++ ./flutter/runtime/dart_service_isolate.h
 | |
| @@ -6,6 +6,7 @@
 | |
|  #define FLUTTER_RUNTIME_DART_SERVICE_ISOLATE_H_
 | |
|  
 | |
|  #include <functional>
 | |
| +#include <memory>
 | |
|  #include <mutex>
 | |
|  #include <set>
 | |
|  #include <string>
 | |
| --- ./flutter/flow/paint_region.h.orig
 | |
| +++ ./flutter/flow/paint_region.h
 | |
| @@ -5,6 +5,7 @@
 | |
|  #ifndef FLUTTER_FLOW_PAINT_REGION_H_
 | |
|  #define FLUTTER_FLOW_PAINT_REGION_H_
 | |
|  
 | |
| +#include <memory>
 | |
|  #include <utility>
 | |
|  #include <vector>
 | |
|  #include "flutter/fml/logging.h"
 | |
| --- ./flutter/vulkan/vulkan_surface.h.orig
 | |
| +++ ./flutter/vulkan/vulkan_surface.h
 | |
| @@ -5,6 +5,8 @@
 | |
|  #ifndef FLUTTER_VULKAN_VULKAN_SURFACE_H_
 | |
|  #define FLUTTER_VULKAN_VULKAN_SURFACE_H_
 | |
|  
 | |
| +#include <memory>
 | |
| +
 | |
|  #include "flutter/fml/macros.h"
 | |
|  #include "flutter/vulkan/procs/vulkan_handle.h"
 | |
|  #include "third_party/skia/include/core/SkSize.h"
 | |
| --- ./flutter/shell/platform/glfw/flutter_glfw.cc.orig
 | |
| +++ ./flutter/shell/platform/glfw/flutter_glfw.cc
 | |
| @@ -7,6 +7,7 @@
 | |
|  #include <GLFW/glfw3.h>
 | |
|  
 | |
|  #include <algorithm>
 | |
| +#include <atomic>
 | |
|  #include <cassert>
 | |
|  #include <chrono>
 | |
|  #include <cstdlib>
 | |
| --- ./flutter/fml/cpu_affinity.cc.orig
 | |
| +++ ./flutter/fml/cpu_affinity.cc
 | |
| @@ -5,6 +5,7 @@
 | |
|  #include "flutter/fml/cpu_affinity.h"
 | |
|  #include "flutter/fml/build_config.h"
 | |
|  
 | |
| +#include <cstdint>
 | |
|  #include <fstream>
 | |
|  #include <optional>
 | |
|  #include <string>
 | |
| --- ./flutter/fml/cpu_affinity.h.orig
 | |
| +++ ./flutter/fml/cpu_affinity.h
 | |
| @@ -4,6 +4,7 @@
 | |
|  
 | |
|  #pragma once
 | |
|  
 | |
| +#include <cstdint>
 | |
|  #include <optional>
 | |
|  #include <string>
 | |
|  #include <vector>
 | |
| --- ./flutter/impeller/geometry/path.h.orig
 | |
| +++ ./flutter/impeller/geometry/path.h
 | |
| @@ -6,6 +6,7 @@
 | |
|  #define FLUTTER_IMPELLER_GEOMETRY_PATH_H_
 | |
|  
 | |
|  #include <functional>
 | |
| +#include <memory>
 | |
|  #include <optional>
 | |
|  #include <set>
 | |
|  #include <tuple>
 |