Fixed: Compilation

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent f3564ed86e
commit 730fee8538

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

@ -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"

@ -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

@ -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"

@ -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"

Loading…
Cancel
Save