GLTexture: add missing #pragma once directive

This commit is contained in:
scribam 2019-05-11 10:58:45 +02:00 committed by Ivan
parent 786dc6ef40
commit 22f61caf9f
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#include "OpenGL.h"
#pragma once
#include "OpenGL.h"
#include "../GCM.h"
#include "../Common/TextureUtils.h"
#include "GLHelpers.h"