removed 5, no longer in scope, updated 6 and refreshed patches, mostly no change, revert to older configs for now to minimize diff to tree refreshed 7 on top of 6, pending update
		
			
				
	
	
		
			13 lines
		
	
	
		
			267 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			267 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
diff --git a/src/mongo/util/ctype.h b/src/mongo/util/ctype.h
 | 
						|
index a3880e2..78ee57e 100644
 | 
						|
--- a/src/mongo/util/ctype.h
 | 
						|
+++ b/src/mongo/util/ctype.h
 | 
						|
@@ -67,6 +67,7 @@
 | 
						|
 #pragma once
 | 
						|
 | 
						|
 #include <array>
 | 
						|
+#include <cstdint>
 | 
						|
 | 
						|
 namespace mongo::ctype {
 | 
						|
 namespace detail {
 |