summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2010-05-12 20:23:29 -0700
committerDaniel Burrows <dburrows@debian.org>2010-05-12 20:23:29 -0700
commit95608c7d15e8df4bab1b7c31576bc41c3c26f2bd (patch)
treefb18c63ed19436118245739f70d079e3bcfe5b6d
parent6303374e260f32267364d8792d02c875b943c6a6 (diff)
downloadaptitude-95608c7d15e8df4bab1b7c31576bc41c3c26f2bd.tar.gz
Add missing #includes from dynamic_set_union.h.
-rw-r--r--src/generic/util/dynamic_set_union.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/generic/util/dynamic_set_union.h b/src/generic/util/dynamic_set_union.h
index 1671ba4c..c1871a93 100644
--- a/src/generic/util/dynamic_set_union.h
+++ b/src/generic/util/dynamic_set_union.h
@@ -21,7 +21,10 @@
#ifndef DYNAMIC_SET_UNION_H
#define DYNAMIC_SET_UNION_H
+#include "dynamic_set.h"
+
#include <boost/enable_shared_from_this.hpp>
+#include <boost/make_shared.hpp>
#include <boost/unordered_map.hpp>
#include <sigc++/signal.h>