From a6e0c9ce9b6c468d0e622ffb5c05eba664ea4f47 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Tue, 17 Oct 2017 23:33:13 +0500 Subject: Refactored #include directives --- src/Utility.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Utility.cpp') diff --git a/src/Utility.cpp b/src/Utility.cpp index 8be82d6..0fb10cf 100644 --- a/src/Utility.cpp +++ b/src/Utility.cpp @@ -1,6 +1,9 @@ -#include #include "Utility.hpp" +#include + +#include + GLenum glCheckError_(const char *file, int line) { GLenum errorCode; while ((errorCode = glGetError()) != GL_NO_ERROR) { -- cgit v1.2.3