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>