Merge pull request #4160 from FearlessTobi/port-1133

Port #1133 from yuzu: "gl_stream_buffer: Add missing header guard"
This commit is contained in:
Pengfei Zhu 2018-08-31 16:18:10 +08:00 committed by GitHub
commit 1016d288c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"