The C++ headers got cleaned up some more, so here's a new patch: --- apt-front/cache/entity/tag.h~ 2007-04-01 14:10:27.000000000 +0000 +++ apt-front/cache/entity/tag.h 2007-04-01 14:10:37.000000000 +0000 @@ -27,8 +27,9 @@ #include <tagcoll/OpSet.h> -#if 0 #include <string> + +#if 0 #include <debtags/fdecls.h> #endif --- apt-front/cache/component/history.h~ 2007-04-01 14:10:41.000000000 +0000 +++ apt-front/cache/component/history.h 2007-04-01 14:10:47.000000000 +0000 @@ -8,6 +8,7 @@ #include <apt-front/error.h> #include <deque> #include <iostream> +#include <algorithm> #ifndef CACHE_COMPONENT_HISTORY_H #define CACHE_COMPONENT_HISTORY_H --- apt-front/cache/cache.h~ 2007-04-01 14:10:13.000000000 +0000 +++ apt-front/cache/cache.h 2007-04-01 14:10:19.000000000 +0000 @@ -2,6 +2,7 @@ * @file cache/cache.h * @author Peter Rockai <[EMAIL PROTECTED]> */ +#include <cstdlib> #include <map> #include <set> --- apt-front/updater.cpp~ 2007-04-01 14:14:15.000000000 +0000 +++ apt-front/updater.cpp 2007-04-01 14:14:29.000000000 +0000 @@ -1,3 +1,4 @@ +#include <cstdlib> #include <apt-front/updater.h> #include <sys/types.h> #include <pwd.h>
-- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

