mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Fixed: Compilation under Linux
This commit is contained in:
parent
8278931800
commit
5b4e12448f
2 changed files with 7 additions and 6 deletions
|
@ -1576,5 +1576,6 @@ void main( int argc, char argv[] )
|
|||
}
|
||||
|
||||
printf( "-- DONE --\n" );
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue