Fix #4: Include span correctly

This commit is contained in:
sean
2024-05-27 12:15:05 +02:00
parent e092433e66
commit f639776105

View File

@@ -171,6 +171,10 @@ enum DXGI_FORMAT {
#endif // #ifndef __dxgiformat_h__
// clang-format on
#if DDS_CPP_20
#include <span>
#endif
namespace dds {
#if DDS_CPP_20
template <typename T>