Преглед на файлове

compatible_formats: Add missing header guard

Prevents potential inclusion issues from occurring.
Lioncash преди 6 години
родител
ревизия
059305a6bf
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/video_core/compatible_formats.h

+ 2 - 0
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>