Fix compile errors caused by missing includes
This commit is contained in:
parent
7f6959ce39
commit
4f193231a1
2 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
#include "types_nl.h"
|
#include "types_nl.h"
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
#include <nel/misc/debug.h>
|
||||||
|
|
||||||
namespace NLMISC
|
namespace NLMISC
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,6 +17,9 @@
|
||||||
|
|
||||||
#include "stdmisc.h"
|
#include "stdmisc.h"
|
||||||
|
|
||||||
|
#include <nel/misc/types_nl.h>
|
||||||
|
#include <nel/misc/debug.h>
|
||||||
|
|
||||||
#ifdef NL_OS_UNIX
|
#ifdef NL_OS_UNIX
|
||||||
|
|
||||||
#include "nel/misc/p_thread.h"
|
#include "nel/misc/p_thread.h"
|
||||||
|
|
Loading…
Reference in a new issue