Browse Source

compatible_formats: Add missing header guard

Prevents potential inclusion issues from occurring.
nce_cpp
Lioncash 6 years ago
parent
commit
cff696cfbb
  1. 2
      src/video_core/compatible_formats.h

2
src/video_core/compatible_formats.h

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

Loading…
Cancel
Save