Added missing headers and 2D MSAA image type

This commit is contained in:
psucien 2024-08-27 19:17:23 +02:00
parent 59b651be07
commit 371d1d009a
4 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,7 @@
#pragma once
#include <cstddef>
#include <optional>
#include <utility>
#include <vector>
#include "common/types.h"