Merge pull request #435 from coldtobi/ftbfs_include_path

Fix relative include path for RenderBackend.cpp
This commit is contained in:
Robert Beckebans 2019-10-15 09:53:34 +02:00 committed by GitHub
commit f18ccd63d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ If you have questions concerning this license or the applicable additional terms
#pragma hdrstop
#include "precompiled.h"
#include "../../framework/Common_local.h"
#include "framework/Common_local.h"
#include "RenderCommon.h"
#include "Framebuffer.h"