1
0
mirror of https://github.com/citra-emu/citra.git synced 2024-12-22 21:00:05 +00:00

Merge pull request from FearlessTobi/port-1133

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