Fixed: Compilation

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-03 18:14:58 +01:00
parent f3564ed86e
commit 730fee8538
5 changed files with 8 additions and 7 deletions

View file

@ -18,7 +18,7 @@
#include "ligo_material.h"
// Ligo include
#include "ligo_error.h"
#include "nel/ligo/ligo_error.h"
//using namespace NL3D;

View file

@ -18,7 +18,7 @@
#define NL_MATERIAL_LIGO_H
#include "nel/misc/types_nl.h"
#include "zone_template.h"
#include "nel/ligo/zone_template.h"
// NeL include
//#include "3d/zone.h"

View file

@ -18,8 +18,9 @@
#include "transition.h"
// Ligo include
#include "zone_template.h"
#include "ligo_error.h"
#include "nel/ligo/zone_template.h"
#include "nel/ligo/ligo_error.h"
#include "ligo_material.h"
namespace NLLIGO

View file

@ -18,7 +18,7 @@
// Ligo include
#include "zone_edge.h"
#include "nel/ligo/ligo_config.h"
#include "ligo_error.h"
#include "nel/ligo/ligo_error.h"
// NeL include
#include "nel/misc/matrix.h"

View file

@ -15,8 +15,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdligo.h"
#include "zone_template.h"
#include "ligo_error.h"
#include "nel/ligo/zone_template.h"
#include "nel/ligo/ligo_error.h"
#include "nel/ligo/ligo_config.h"
#include "nel/misc/stream.h"