1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-01 00:46:32 -05:00

Merge pull request #1133 from lioncash/guard

gl_stream_buffer: Add missing header guard
This commit is contained in:
bunnei
2018-08-20 23:37:55 -04:00
committed by GitHub

View File

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