1
Fork 0
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:
Joshua Goins 2024-04-22 15:47:23 -04:00
parent 97eee9fc5c
commit 04717aea62

View file

@ -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;
};
};