mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-08 01:30:12 +01:00
GLTexture: add missing #pragma once directive
This commit is contained in:
parent
786dc6ef40
commit
22f61caf9f
|
|
@ -1,4 +1,6 @@
|
|||
#include "OpenGL.h"
|
||||
#pragma once
|
||||
|
||||
#include "OpenGL.h"
|
||||
#include "../GCM.h"
|
||||
#include "../Common/TextureUtils.h"
|
||||
#include "GLHelpers.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue