stream: Add missing span include

This commit is contained in:
GPUCode 2022-11-06 21:46:14 +02:00
parent e0d528d7bf
commit d75e3198d0

View file

@ -7,6 +7,7 @@
#pragma once
#include <bit>
#include <span>
#include <cassert>
#include <concepts>
#include <cstddef>