diff options
Diffstat (limited to 'net/http/http_auth_cache.h')
-rw-r--r-- | net/http/http_auth_cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/http/http_auth_cache.h b/net/http/http_auth_cache.h index f05f818..53b998f 100644 --- a/net/http/http_auth_cache.h +++ b/net/http/http_auth_cache.h @@ -5,6 +5,8 @@ #ifndef NET_HTTP_HTTP_AUTH_CACHE_H_ #define NET_HTTP_HTTP_AUTH_CACHE_H_ +#include <stddef.h> + #include <list> #include <string> |