Skip to content
Snippets Groups Projects
Unverified Commit 2c8afe11 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #357 from lioncash/guard

renderer_opengl: Add missing header guards
parents 2ef04f69 3841ec42
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version // Licensed under GPLv2 or any later version
// Refer to the license.txt file included. // Refer to the license.txt file included.
#pragma once
#include <array> #include <array>
#include <functional> #include <functional>
#include <string> #include <string>
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version // Licensed under GPLv2 or any later version
// Refer to the license.txt file included. // Refer to the license.txt file included.
#pragma once
#include <memory> #include <memory>
#include <glad/glad.h> #include <glad/glad.h>
#include "common/common_types.h" #include "common/common_types.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment