]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/tr1/stdbool.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / tr1 / stdbool.h
index e212f51e384e21e92b0be6fe39dc4894380d0cb5..a9412d81dd1f547aee708b464b84d919a7d9fbd8 100644 (file)
@@ -1,6 +1,6 @@
 // TR1 stdbool.h -*- C++ -*-
 
-// Copyright (C) 2006-2013 Free Software Foundation, Inc.
+// Copyright (C) 2006-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
@@ -29,6 +29,8 @@
 #ifndef _TR1_STDBOOL_H
 #define _TR1_STDBOOL_H 1
 
+#include <bits/requires_hosted.h> // TR1
+
 #include <tr1/cstdbool>
 
 #endif