mirror of
https://github.com/spnda/dds_image.git
synced 2026-01-10 15:29:28 +01:00
Fix #4: Include span correctly
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user