From 37305247331d00931bace7462efdf30145b42ff6 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 6 Jun 2001 04:42:42 +0000 Subject: [PATCH] porting bugs --- panda/src/downloader/downloader_headers.h | 1 + panda/src/express/memoryUsage.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/panda/src/downloader/downloader_headers.h b/panda/src/downloader/downloader_headers.h index f4fa338349..e9d2ea0221 100644 --- a/panda/src/downloader/downloader_headers.h +++ b/panda/src/downloader/downloader_headers.h @@ -35,5 +35,6 @@ #include #include "config_downloader.h" +#include "download_utils.h" #pragma hdrstop diff --git a/panda/src/express/memoryUsage.h b/panda/src/express/memoryUsage.h index cc11bd4569..913278d0a2 100644 --- a/panda/src/express/memoryUsage.h +++ b/panda/src/express/memoryUsage.h @@ -125,7 +125,7 @@ private: static MemoryUsage *_global_ptr; // Cannot use a pmap, since that would be recursive! - typedef map Table; + typedef pmap Table; Table _table; int _freeze_index; int _count; @@ -140,7 +140,7 @@ private: private: // Cannot use a pmap, since that would be recursive! - typedef map Counts; + typedef pmap Counts; Counts _counts; }; TypeHistogram _trend_types;