mirror of
https://github.com/minetest/irrlicht.git
synced 2025-03-06 20:49:24 +01:00
Add missing include
This commit is contained in:
parent
df07b3bf99
commit
78d0819a2c
2 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue