[gimp/soc-2013-combined-selection-tool] app: selectbycontent added few header files



commit b715ac919ced1dba0155f2f566f302700c2dd61f
Author: Ajay Ramanathan <ajay 010293 gmail com>
Date:   Sun Sep 8 12:55:16 2013 +0530

     app: selectbycontent added few header files

 app/tools/gimpselectbycontenttool.c |    1 +
 app/tools/gimpselectbycontenttool.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpselectbycontenttool.c b/app/tools/gimpselectbycontenttool.c
index e300903..318bb18 100644
--- a/app/tools/gimpselectbycontenttool.c
+++ b/app/tools/gimpselectbycontenttool.c
@@ -43,6 +43,7 @@
 #include "display/gimpcanvasgroup.h"
 #include "display/gimpdisplay.h"
 
+#include "gimpiscissorsoptions.h"
 #include "gimpselectbycontenttool.h"
 #include "gimpselectionoptions.h"
 #include "gimptoolcontrol.h"
diff --git a/app/tools/gimpselectbycontenttool.h b/app/tools/gimpselectbycontenttool.h
index 71dcd9f..0e1d94f 100644
--- a/app/tools/gimpselectbycontenttool.h
+++ b/app/tools/gimpselectbycontenttool.h
@@ -20,6 +20,7 @@
 
 
 #include "gimpselectiontool.h"
+#include "gimpiscissorsoptions.h"
 
 
 #define GIMP_TYPE_SELECT_BY_CONTENT_TOOL            (gimp_select_by_content_tool_get_type ())


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]