mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
Fix compile errors caused by missing includes
This commit is contained in:
parent
ba9554d62d
commit
b54f728859
2 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "types_nl.h"
|
||||
#include <cmath>
|
||||
#include <nel/misc/debug.h>
|
||||
|
||||
namespace NLMISC
|
||||
{
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
|
||||
#include "stdmisc.h"
|
||||
|
||||
#include <nel/misc/types_nl.h>
|
||||
#include <nel/misc/debug.h>
|
||||
|
||||
#ifdef NL_OS_UNIX
|
||||
|
||||
#include "nel/misc/p_thread.h"
|
||||
|
|
Loading…
Reference in a new issue