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/attributes.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/attributes.cpp') diff --git a/src/attributes.cpp b/src/attributes.cpp index 8232065fc..be5dedc24 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -17,6 +17,7 @@ # include "config.h" #endif +#include #include #include "attributes.h" -- cgit v1.2.3