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:
parent
89d4558494
commit
33a8f20383
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include "Renderpass.h"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
using namespace gpu;
|
||||
|
||||
Attachment::Attachment() {
|
||||
|
|
Loading…
Reference in a new issue