Add missing std includes
PiperOrigin-RevId: 525850646 Change-Id: I64387f5b933beb79cd05636dca81b7a75213383e
This commit is contained in:
		
				
					committed by
					
						
						Copybara-Service
					
				
			
			
				
	
			
			
			
						parent
						
							9c1efac2a1
						
					
				
				
					commit
					a5308bb992
				
			@@ -31,6 +31,18 @@
 | 
			
		||||
//
 | 
			
		||||
// This file tests some commonly used argument matchers.
 | 
			
		||||
 | 
			
		||||
#include <algorithm>
 | 
			
		||||
#include <array>
 | 
			
		||||
#include <deque>
 | 
			
		||||
#include <forward_list>
 | 
			
		||||
#include <iterator>
 | 
			
		||||
#include <list>
 | 
			
		||||
#include <memory>
 | 
			
		||||
#include <ostream>
 | 
			
		||||
#include <string>
 | 
			
		||||
#include <tuple>
 | 
			
		||||
#include <vector>
 | 
			
		||||
 | 
			
		||||
#include "gtest/gtest.h"
 | 
			
		||||
 | 
			
		||||
// Silence warning C4244: 'initializing': conversion from 'int' to 'short',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user