Fix relative include path for RenderBackend.cpp

This commit is contained in:
Tobias Frost 2019-10-15 07:43:24 +02:00
parent 3f7cf5387d
commit 092d472a98

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"