From 8a6d409bf694b4a4972acf5a80f040492d70df24 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Sat, 5 Jan 2008 02:50:35 +0000 Subject: Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy currently. (bzr r4389) --- src/xml/event.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xml/event.cpp') diff --git a/src/xml/event.cpp b/src/xml/event.cpp index 40f3029e1..0e852ce97 100644 --- a/src/xml/event.cpp +++ b/src/xml/event.cpp @@ -13,6 +13,8 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#include + #include "event.h" #include "event-fns.h" #include "util/reverse-list.h" -- cgit v1.2.3