mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 10:21:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			372 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			372 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/services/device/public/cpp/generic_sensor/sensor_reading.h
 | 
						|
+++ b/services/device/public/cpp/generic_sensor/sensor_reading.h
 | 
						|
@@ -5,6 +5,8 @@
 | 
						|
 #ifndef SERVICES_DEVICE_PUBLIC_CPP_GENERIC_SENSOR_SENSOR_READING_H_
 | 
						|
 #define SERVICES_DEVICE_PUBLIC_CPP_GENERIC_SENSOR_SENSOR_READING_H_
 | 
						|
 
 | 
						|
+#include <cstddef>
 | 
						|
+#include <cstdint>
 | 
						|
 #include <type_traits>
 | 
						|
 
 | 
						|
 namespace device {
 |