1
0
Fork 0
mirror of https://git.h3cjp.net/H3cJP/citra.git synced 2025-04-03 23:24:35 +00:00

file_sys/seed_db: Add missing include guard

Prevents any potential inclusion errors from occurring.
This commit is contained in:
Lioncash 2020-05-01 09:59:55 -04:00
parent 85d37c9994
commit 98385b75d6

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>