mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-27 14:17:45 +00:00
Add missing header in swapchain.h
This commit is contained in:
parent
97eee9fc5c
commit
04717aea62
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2024 Joshua Goins <josh@redstrate.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
|
@ -25,4 +28,4 @@ public:
|
|||
|
||||
private:
|
||||
Device &m_device;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue