Add missing include to fix selfshadowing

Fixes: #1330
pull/1336/head
Hleb Valoshka 2022-01-22 13:00:25 +02:00
parent f969b37c3e
commit 34d18bb316
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "lightenv.h"
#include "rendcontext.h"
#include "render.h"
#include "shadowmap.h" // GL_ONLY_SHADOWS definition
#include "texmanager.h"
#include "texture.h"

View File

@ -32,6 +32,7 @@
#include "renderglsl.h"
#include "renderinfo.h"
#include "shadermanager.h"
#include "shadowmap.h" // GL_ONLY_SHADOWS definition
#include "texture.h"
#include "vecgl.h"