Merge pull request #1133 from lioncash/guard

gl_stream_buffer: Add missing header guard
merge-requests/60/head
bunnei 2018-08-20 23:37:55 +07:00 committed by GitHub
commit fde3b1b6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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