Add missing <functional> include.
Compiling under Linux fails because of a missing include directive Ref: http://en.cppreference.com/w/cpp/utility/functional/bind http://en.cppreference.com/w/cpp/utility/functional/placeholders
This commit is contained in:
		
				
					committed by
					
						 Petr Mrázek
						Petr Mrázek
					
				
			
			
				
	
			
			
			
						parent
						
							47e075babd
						
					
				
				
					commit
					88041783e6
				
			| @@ -1,5 +1,6 @@ | ||||
| #pragma once | ||||
|  | ||||
| #include <functional> | ||||
| #include <memory> | ||||
| #include <QObject> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user