This commit is contained in:
Heiko Kröger 2024-10-14 15:31:09 -05:00 committed by GitHub
commit 9d921fd7e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@
#ifndef GSL_GSL_H
#define GSL_GSL_H
// IWYU pragma: begin_exports
#include "algorithm" // copy
#include "assert" // Ensures/Expects
#include "byte" // byte
@ -28,5 +29,6 @@
#ifdef __cpp_exceptions
#include "narrow" // narrow()
#endif
// IWYU pragma: end_exports
#endif // GSL_GSL_H