mirror of
https://github.com/minetest/irrlicht.git
synced 2025-03-14 06:12:39 +01:00
Add missing include
This commit is contained in:
source/Irrlicht
@ -3,6 +3,7 @@
|
||||
// For conditions of distribution and use, see copyright notice in Irrlicht.h
|
||||
|
||||
#include "Driver.h"
|
||||
#include <cassert>
|
||||
|
||||
namespace irr {
|
||||
namespace video {
|
||||
|
@ -3,6 +3,7 @@
|
||||
// For conditions of distribution and use, see copyright notice in Irrlicht.h
|
||||
|
||||
#include "Driver.h"
|
||||
#include <cassert>
|
||||
|
||||
namespace irr {
|
||||
namespace video {
|
||||
|
Reference in New Issue
Block a user