Fix missing include
This commit is contained in:
parent
3731f28892
commit
7fdcf203c5
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
||||||
#include "nel/misc/system_utils.h"
|
#include "nel/misc/system_utils.h"
|
||||||
// 3D Interface.
|
// 3D Interface.
|
||||||
#include "nel/3d/bloom_effect.h"
|
#include "nel/3d/bloom_effect.h"
|
||||||
|
#include "nel/3d/fxaa.h"
|
||||||
#include "nel/3d/fasthls_modifier.h"
|
#include "nel/3d/fasthls_modifier.h"
|
||||||
#include "nel/3d/particle_system_manager.h"
|
#include "nel/3d/particle_system_manager.h"
|
||||||
#include "nel/3d/particle_system.h"
|
#include "nel/3d/particle_system.h"
|
||||||
|
@ -661,7 +662,7 @@ void release()
|
||||||
delete &CLuaManager::getInstance();
|
delete &CLuaManager::getInstance();
|
||||||
NLGUI::CDBManager::release();
|
NLGUI::CDBManager::release();
|
||||||
CWidgetManager::release();
|
CWidgetManager::release();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue