From 2b3206240ba874089d89f92a083d82dcb4d4e103 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 20 Oct 2008 23:29:31 +0000 Subject: [PATCH] missing header file --- panda/src/downloader/httpAuthorization.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/downloader/httpAuthorization.h b/panda/src/downloader/httpAuthorization.h index 9c8e9d94ad..95461b0771 100644 --- a/panda/src/downloader/httpAuthorization.h +++ b/panda/src/downloader/httpAuthorization.h @@ -25,6 +25,7 @@ #include "referenceCount.h" #include "httpEnum.h" +#include "pmap.h" class URLSpec;