diff options
author | Moonchild <moonchild@palemoon.org> | 2021-02-08 20:36:20 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-02-08 20:36:20 +0000 |
commit | 5c1d1d37fbc4f0ebe42c83615beec9a8bf494d95 (patch) | |
tree | fb89e503c2521481dcd83c93570c1a9de7d8158f /config | |
parent | aa99e588767ef86520d78bbc4607117ab4df1c11 (diff) | |
parent | 9f2085b5e9cacef40e942b72fc9b4e729defe2c1 (diff) | |
download | uxp-5c1d1d37fbc4f0ebe42c83615beec9a8bf494d95.tar.gz |
Merge pull request 'Support for latest stable FreeBSD (12.2)' (#1736) from OlCe1/UXP:FreeBSD-support-update into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1736
Diffstat (limited to 'config')
-rw-r--r-- | config/gcc-stl-wrapper.template.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/gcc-stl-wrapper.template.h b/config/gcc-stl-wrapper.template.h index 9b4a61d246..e7b01482c2 100644 --- a/config/gcc-stl-wrapper.template.h +++ b/config/gcc-stl-wrapper.template.h @@ -32,6 +32,14 @@ # define moz_dont_include_mozalloc_for_cstdlib #endif +#ifndef moz_dont_include_mozalloc_for_type_traits +# define moz_dont_include_mozalloc_for_type_traits +#endif + +#ifndef moz_dont_include_mozalloc_for_limits +# define moz_dont_include_mozalloc_for_limits +#endif + // Include mozalloc after the STL header and all other headers it includes // have been preprocessed. #if !defined(MOZ_INCLUDE_MOZALLOC_H) && \ |