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/node-fns.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xml/node-fns.cpp') diff --git a/src/xml/node-fns.cpp b/src/xml/node-fns.cpp index 16947e66e..69317e2a6 100644 --- a/src/xml/node-fns.cpp +++ b/src/xml/node-fns.cpp @@ -3,6 +3,7 @@ #endif #include +#include #include "xml/node-iterators.h" #include "algorithms/find-if-before.h" -- cgit v1.2.3