Add missing include for GTK3
Patch by Benjamin Denisart
This commit is contained in:
		@@ -38,6 +38,11 @@
 | 
				
			|||||||
#include <glib/gi18n.h>
 | 
					#include <glib/gi18n.h>
 | 
				
			||||||
#include <glib/gstdio.h>
 | 
					#include <glib/gstdio.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <gtk/gtk.h>
 | 
				
			||||||
 | 
					#if GTK_CHECK_VERSION (3, 0, 0)
 | 
				
			||||||
 | 
					#include <gtksourceview/gtksource.h>
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "pluma-style-scheme-manager.h"
 | 
					#include "pluma-style-scheme-manager.h"
 | 
				
			||||||
#include "pluma-prefs-manager.h"
 | 
					#include "pluma-prefs-manager.h"
 | 
				
			||||||
#include "pluma-dirs.h"
 | 
					#include "pluma-dirs.h"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user