Fix compile errors caused by missing includes

This commit is contained in:
kaetemi 2013-09-13 23:23:19 +02:00
parent 7f6959ce39
commit 4f193231a1
2 changed files with 4 additions and 0 deletions

View file

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

View file

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