From: Francois-Xavier Coudert Date: Wed, 30 Aug 2023 21:21:58 +0000 (+0200) Subject: Analyzer: include algorithm header X-Git-Tag: basepoints/gcc-15~6560 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e1e8752549cde215c4afaad19194003aaa54f7f;p=thirdparty%2Fgcc.git Analyzer: include algorithm header gcc/analyzer/ChangeLog: * region-model.cc: Define INCLUDE_ALGORITHM. --- diff --git a/gcc/analyzer/region-model.cc b/gcc/analyzer/region-model.cc index 4f31a6dcf0f6..1ca8c8839bfb 100644 --- a/gcc/analyzer/region-model.cc +++ b/gcc/analyzer/region-model.cc @@ -20,6 +20,7 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #define INCLUDE_MEMORY +#define INCLUDE_ALGORITHM #include "system.h" #include "coretypes.h" #include "make-unique.h"