From: Maxim Blinov Date: Thu, 16 Sep 2021 22:32:58 +0000 (+0200) Subject: analyzer: Fix bootstrap with clang X-Git-Tag: basepoints/gcc-13~4715 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=745781d24cd7562202687cfbe05597ee673d4537;p=thirdparty%2Fgcc.git analyzer: Fix bootstrap with clang gcc/analyzer/ChangeLog: PR bootstrap/102242 * engine.cc (INCLUDE_UNIQUE_PTR): Define. --- diff --git a/gcc/analyzer/engine.cc b/gcc/analyzer/engine.cc index 24f0931197dd..f21f8e5b78a3 100644 --- a/gcc/analyzer/engine.cc +++ b/gcc/analyzer/engine.cc @@ -19,6 +19,7 @@ along with GCC; see the file COPYING3. If not see . */ #include "config.h" +#define INCLUDE_UNIQUE_PTR #include "system.h" #include "coretypes.h" #include "tree.h"