1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Add missing include.

This commit is contained in:
Francisco Zurita 2017-01-29 21:58:43 +07:00 committed by Sergey Lipskiy
parent 71358f0edf
commit 38bba9f804
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <Log.h>
#include "opengl_Utils.h"
#include "GLFunctions.h"
#include <cstring>
using namespace opengl;

View File

@ -7,6 +7,7 @@
#include "Textures.h"
#include "NoiseTexture.h"
#include "DisplayWindow.h"
#include <cstdlib>
using namespace graphics;