From: pjrm Date: Sat, 5 Jul 2008 12:01:41 +0000 (+0000) Subject: helper/unit-tracker.h: Supply missing #includes/declarations so that we don't depend... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e348ddfad64755c5d8f1ec034ca0d0099e676857;p=inkscape.git helper/unit-tracker.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) --- diff --git a/src/helper/unit-tracker.h b/src/helper/unit-tracker.h index eee714a2e..30cbdabe0 100644 --- a/src/helper/unit-tracker.h +++ b/src/helper/unit-tracker.h @@ -16,6 +16,7 @@ #include #include +#include #include "helper/units.h"