3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-13 03:08:37 +02:00

Renderpass: Include <stdexcept> for std::runtime error.

This commit is contained in:
Lubosz Sarnecki 2024-03-29 10:16:03 +01:00 committed by Karol Suprynowicz
parent 89d4558494
commit 33a8f20383

View file

@ -8,6 +8,8 @@
#include "Renderpass.h"
#include <stdexcept>
using namespace gpu;
Attachment::Attachment() {