spnda / dds_image

Single header C++11 DirectDraw Surface (DDS) decoder with Vulkan helpers.
MIT License
16 stars 7 forks source link

Missing #include <span> in dds_formats.hpp #4

Closed Qendolin closed 3 months ago

Qendolin commented 3 months ago

dds_formats.hpp uses std::span without including it. Simply add #include <span> after #include <vector>