1
0
Fork 0
mirror of https://github.com/Lime3DS/Lime3DS synced 2025-01-09 13:43:27 +00:00

Merge pull request from lioncash/guard

file_sys/seed_db: Add missing include guard
This commit is contained in:
Pengfei Zhu 2020-05-02 08:04:58 +08:00 committed by GitHub
commit 8e7abecf7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include <array>
#include <optional>
#include <vector>