1
0
Fork 0
forked from suyu/suyu

compatible_formats: Add missing header guard

Prevents potential inclusion issues from occurring.
This commit is contained in:
Lioncash 2020-07-21 00:42:17 -04:00
parent ad0b295125
commit 059305a6bf

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 <bitset>
#include <cstddef>