Code

Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
[inkscape.git] / src / color-rgba.h
index 59a15f3c0a0ecb180ac3cabbe1286f6b2472b3e4..b968f3de184d7cb6047aa4795db6ccc9a89d0593 100644 (file)
@@ -1,7 +1,7 @@
 /** \file color-rgba.h
 
     A class to handle a RGBA color as one unit.
-    
+
     Authors:
       bulia byak <buliabyak@gmail.com>
 
@@ -12,6 +12,7 @@
 #ifndef SEEN_COLOR_RGBA_H
 #define SEEN_COLOR_RGBA_H
 
+#include <glib/gtestutils.h>
 #include <glib/gmessages.h>
 #include "libnr/nr-pixops.h"
 #include "decimal-round.h"