Added string & vector to PCH
This commit is contained in:
		
							parent
							
								
									d821d034df
								
							
						
					
					
						commit
						c353186a52
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -4,6 +4,8 @@
 | 
			
		|||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#define STDAFX
 | 
			
		||||
 | 
			
		||||
#ifndef VC_EXTRALEAN
 | 
			
		||||
#define VC_EXTRALEAN		// Selten verwendete Teile der Windows-Header nicht einbinden
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			@ -43,6 +45,8 @@
 | 
			
		|||
#include <stdarg.h>
 | 
			
		||||
#ifndef _AFX_NO_AFXCMN_SUPPORT
 | 
			
		||||
#include <afxcmn.h>			// MFC-Unterstützung für allgemeine Windows-Steuerelemente
 | 
			
		||||
#include <vector>
 | 
			
		||||
#include <string>
 | 
			
		||||
#endif // _AFX_NO_AFXCMN_SUPPORT
 | 
			
		||||
 | 
			
		||||
typedef unsigned int uint;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue