From e348ddfad64755c5d8f1ec034ca0d0099e676857 Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:01:41 +0000 Subject: [PATCH] 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.) --- src/helper/unit-tracker.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2