Fix compiling with _IRR_COMPILE_WITH_WEBGL1_ disabled. Thx@ hissingshark for reporting.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@5599 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2018-01-09 20:54:41 +00:00
parent 248526d9d5
commit a54461fc10
1 changed files with 6 additions and 0 deletions

View File

@ -1108,6 +1108,12 @@ void CWebGL1Driver::initWebGLExtensions()
namespace irr
{
#ifndef _IRR_COMPILE_WITH_WEBGL1_
namespace io
{
class IFileSystem;
}
#endif
namespace video
{