]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/experimental/deque
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / experimental / deque
index 3a2be39e58f818d272564054a15fb48b944287b8..de5d46c1320c40334b8f173c0f907d7555cdf40c 100644 (file)
@@ -1,6 +1,6 @@
 // <experimental/deque> -*- C++ -*-
 
-// Copyright (C) 2015-2019 Free Software Foundation, Inc.
+// Copyright (C) 2015-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -32,6 +32,8 @@
 
 #pragma GCC system_header
 
+#include <bits/requires_hosted.h> // experimental is currently omitted
+
 #if __cplusplus >= 201402L
 
 #include <deque>