From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 3997B3858425; Fri, 13 Jan 2023 17:37:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3997B3858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673631479; bh=zd8JyFBYYsMuvPla5QcOalADeoNXvcnlUhPBqVhT6c4=; h=From:To:Subject:Date:From; b=IPt4lBaWDjJFYtzVY2gIOsSG39HGB+//7QeQFxjmArCUijC/h01T/FpER2xcY1/gT m8FXNpaHRXEV2z6rO0NoISwch5F11636ITLBIYIgSfWLFYliz9lD0SJQH9XZ64iB1U 26xiBQys+P62QEZpvSJLjnbZsaIyDJRV38AJkSvA= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-5153] libstdc++: Add to X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 3456db4de8940235b303ca38a689353854c9239f X-Git-Newrev: b4b1c6aa6d28d3afe989a6dc3210606a3d55a367 Message-Id: <20230113173759.3997B3858425@sourceware.org> Date: Fri, 13 Jan 2023 17:37:59 +0000 (GMT) List-Id: https://gcc.gnu.org/g:b4b1c6aa6d28d3afe989a6dc3210606a3d55a367 commit r13-5153-gb4b1c6aa6d28d3afe989a6dc3210606a3d55a367 Author: Jonathan Wakely Date: Fri Jan 13 16:37:57 2023 +0000 libstdc++: Add to This needs to be included explicitly now that we don't include all of here. libstdc++-v3/ChangeLog: * include/bits/std_mutex.h: Include . Diff: --- libstdc++-v3/include/bits/std_mutex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libstdc++-v3/include/bits/std_mutex.h b/libstdc++-v3/include/bits/std_mutex.h index bc515358d23..f74ddc4123a 100644 --- a/libstdc++-v3/include/bits/std_mutex.h +++ b/libstdc++-v3/include/bits/std_mutex.h @@ -36,6 +36,7 @@ # include #else +#include // EBUSY #include #include