Explorar o código

gl_stream_buffer: Add missing header guard

Prevents potential compilation errors from occuring due to multiple
inclusions
Lioncash %!s(int64=8) %!d(string=hai) anos
pai
achega
93a4097e9d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/video_core/renderer_opengl/gl_stream_buffer.h

+ 2 - 0
src/video_core/renderer_opengl/gl_stream_buffer.h

@@ -2,6 +2,8 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
+#pragma once
+
 #include <tuple>
 #include <glad/glad.h>
 #include "common/common_types.h"