From: Francesco Chemolli Date: Thu, 3 Sep 2015 20:00:01 +0000 (+0200) Subject: Added missing includes to auth/digest/User.h X-Git-Tag: SQUID_4_0_1~21^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ed36c20687910155deeaf6eb75ca4c5cc7c970a;p=thirdparty%2Fsquid.git Added missing includes to auth/digest/User.h --- diff --git a/src/auth/digest/User.h b/src/auth/digest/User.h index 12edda4f60..f6e0182575 100644 --- a/src/auth/digest/User.h +++ b/src/auth/digest/User.h @@ -9,7 +9,9 @@ #ifndef _SQUID_AUTH_DIGEST_USER_H #define _SQUID_AUTH_DIGEST_USER_H +#include "auth/digest/Config.h" #include "auth/User.h" +#include "rfc2617.h" namespace Auth {