From 4e1e8752549cde215c4afaad19194003aaa54f7f Mon Sep 17 00:00:00 2001
From: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Date: Wed, 30 Aug 2023 23:21:58 +0200
Subject: [PATCH] Analyzer: include algorithm header

gcc/analyzer/ChangeLog:

	* region-model.cc: Define INCLUDE_ALGORITHM.
---
 gcc/analyzer/region-model.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/analyzer/region-model.cc b/gcc/analyzer/region-model.cc
index 4f31a6dcf0f..1ca8c8839bf 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"
-- 
2.39.2 (Apple Git-143)

