diff --git a/headers/os/net/HttpForm.h b/headers/os/net/HttpForm.h index 6936e1ede5..ff7cee2972 100644 --- a/headers/os/net/HttpForm.h +++ b/headers/os/net/HttpForm.h @@ -32,7 +32,7 @@ private: // but never used (see BHttpForm::operator[] which does the necessary // check up) BHttpFormData(); -#if __GNUC__ >= 6 +#if (__GNUC__ >= 6) || defined(__clang__) friend class std::pair; #else friend class std::map;