Ver código fonte

add includes to windows GLContext

mikymod 11 anos atrás
pai
commit
c9ae7672b3
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      engine/renderers/backend/gl/wgl/GLContext.h

+ 2 - 1
engine/renderers/backend/gl/wgl/GLContext.h

@@ -26,9 +26,10 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 #pragma once
 
+#include <gl/glcorearb.h>
+#include <wgl/wglext.h>
 #include "Types.h"
 #include "Macros.h"
-#include <wgl/wglext.h>
 
 namespace crown
 {