compatible_formats: Add missing header guard

Prevents potential inclusion issues from occurring.
master
Lioncash 2020-07-21 00:42:17 +07:00
parent ad0b295125
commit 059305a6bf
1 changed files with 2 additions and 0 deletions

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