Code

Prevent localized doubles from being written into filter matrices
[inkscape.git] / src / color-rgba.h
index 59a15f3c0a0ecb180ac3cabbe1286f6b2472b3e4..fc52b193dd007a10a99076ff6955832a31c21d7b 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.h> // g_assert()
 #include <glib/gmessages.h>
 #include "libnr/nr-pixops.h"
 #include "decimal-round.h"