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/helper/units.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/helper/units.cpp') diff --git a/src/helper/units.cpp b/src/helper/units.cpp index 448f60302..45d6d27f9 100644 --- a/src/helper/units.cpp +++ b/src/helper/units.cpp @@ -20,6 +20,7 @@ #endif #include "helper/units.h" +#include #include #include "unit-constants.h" #include "svg/svg-length.h" -- cgit v1.2.3