]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Analyzer: include algorithm header
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 30 Aug 2023 21:21:58 +0000 (23:21 +0200)
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 30 Aug 2023 21:23:15 +0000 (23:23 +0200)
gcc/analyzer/ChangeLog:

* region-model.cc: Define INCLUDE_ALGORITHM.

gcc/analyzer/region-model.cc

index 4f31a6dcf0f6c016b940172f1dfa4efc8934ef4c..1ca8c8839bfb8868b86bb2b1f9f9c7848c0ddc2a 100644 (file)
@@ -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"