summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-20 23:24:27 -0400
committerLioncash <mathew1800@gmail.com>2018-08-20 23:25:08 -0400
commit93a4097e9d4aab5765f6ca9d68200016f79466f8 (patch)
tree1ce27c83efcbb324ea733715f57cc9388e972d43 /src
parent19b05c3f554cadaf6f5040e06fb7caabe0b6682f (diff)
gl_stream_buffer: Add missing header guard
Prevents potential compilation errors from occuring due to multiple inclusions
Diffstat (limited to 'src')
-rw-r--r--src/video_core/renderer_opengl/gl_stream_buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/renderer_opengl/gl_stream_buffer.h b/src/video_core/renderer_opengl/gl_stream_buffer.h
index 45592daaf..3b0cdf6bc 100644
--- a/src/video_core/renderer_opengl/gl_stream_buffer.h
+++ b/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"