include <glib-object.h>.

2004-08-06  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/test-color-parser.c: include <glib-object.h>.
This commit is contained in:
Sven Neumann 2004-08-06 01:04:13 +00:00 committed by Sven Neumann
parent 8651be295e
commit e890f8ff83
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-08-06 Sven Neumann <sven@gimp.org>
* libgimpcolor/test-color-parser.c: include <glib-object.h>.
2004-08-06 Sven Neumann <sven@gimp.org> 2004-08-06 Sven Neumann <sven@gimp.org>
* plug-ins/common/depthmerge.c: * plug-ins/common/depthmerge.c:

View File

@ -6,7 +6,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <glib.h> #include <glib-object.h>
#include "gimpcolor.h" #include "gimpcolor.h"