1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Fix #4863: Build fails when using VS 2017 RC

This commit is contained in:
Ted John
2016-12-10 00:36:59 +00:00
parent d1d6be0b93
commit c6dda4e614

View File

@@ -16,6 +16,7 @@
#ifndef DISABLE_OPENGL
#include "../../../common.h"
#include <SDL_video.h>
#include "../../../core/Memory.hpp"
#include "OpenGLFramebuffer.h"