summaryrefslogtreecommitdiffstats
path: root/src/debug
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2008-01-05 02:50:35 +0000
committerbryce <bryce@users.sourceforge.net>2008-01-05 02:50:35 +0000
commit8a6d409bf694b4a4972acf5a80f040492d70df24 (patch)
tree771825dec0ae7cf4d8603deb9777a90556c32ee1 /src/debug
parentOnly set style of box sides during creation (not upon every repr write). (diff)
downloadinkscape-8a6d409bf694b4a4972acf5a80f040492d70df24.tar.gz
inkscape-8a6d409bf694b4a4972acf5a80f040492d70df24.zip
Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
currently. (bzr r4389)
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/simple-event.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/debug/simple-event.h b/src/debug/simple-event.h
index 24f1c7545..3126f10f1 100644
--- a/src/debug/simple-event.h
+++ b/src/debug/simple-event.h
@@ -14,8 +14,10 @@
#include <stdarg.h>
#include <vector>
-#include "glib/gstrfuncs.h"
-#include "glib/gmessages.h"
+#include <glib/gtestutils.h>
+#include <glib/gstrfuncs.h>
+#include <glib/gmessages.h>
+
#include "gc-alloc.h"
#include "debug/event.h"