From 4b36bef1b39f2e5c8dcc5fdc05218bbfccb08046 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 30 Nov 2010 00:41:36 -0500 Subject: Missing include. --- libdimension/progress-impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libdimension') diff --git a/libdimension/progress-impl.h b/libdimension/progress-impl.h index bfb74f6..e9bfac6 100644 --- a/libdimension/progress-impl.h +++ b/libdimension/progress-impl.h @@ -26,6 +26,8 @@ #ifndef DIMENSION_IMPL_PROGRESS_H #define DIMENSION_IMPL_PROGRESS_H +#include + /** Allocate a new progress object. */ dmnsn_progress *dmnsn_new_progress(void); -- cgit v1.2.3