Fixed: Compilation under Linux

This commit is contained in:
kervala 2011-01-14 16:23:22 +01:00
parent 8278931800
commit 5b4e12448f
2 changed files with 7 additions and 6 deletions

View file

@ -1576,5 +1576,6 @@ void main( int argc, char argv[] )
}
printf( "-- DONE --\n" );
return 0;
}

View file

@ -26,11 +26,11 @@
*/
#include "nel\misc\common.h"
#include "nel\misc\debug.h"
#include "nel\misc\sstring.h"
#include "nel\misc\path.h"
#include "nel\misc\file.h"
#include "nel/misc/common.h"
#include "nel/misc/debug.h"
#include "nel/misc/sstring.h"
#include "nel/misc/path.h"
#include "nel/misc/file.h"
#include <iostream>
using namespace NLMISC;