2008-07-07 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Mon, 7 Jul 2008 22:18:27 +0000 (22:18 +0000)
committerMatthew Allum <mallum@openedhand.com>
Mon, 7 Jul 2008 22:18:27 +0000 (22:18 +0000)
        Bug 1019 - clutter-frame-source.h not included by clutter.h

        * clutter/clutter.h:
        Add missing header include.

ChangeLog
clutter/clutter.h

index 9635ba0..432a603 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-07-07  Matthew Allum  <mallum@openedhand.com>
+
+        Bug 1019 - clutter-frame-source.h not included by clutter.h
+
+       * clutter/clutter.h:
+        Add missing header include.
+
 2008-07-05  Neil Roberts  <neil@o-hand.com>
 
        * clutter/clutter-actor.h: Remove redundant duplicate declaration
index fc3a76b..0d1fcba 100644 (file)
@@ -55,6 +55,7 @@
 #include "clutter-model.h"
 #include "clutter-stage.h"
 #include "clutter-texture.h"
+#include "clutter-frame-source.h"
 #include "clutter-timeout-pool.h"
 #include "clutter-timeline.h"
 #include "clutter-score.h"