Fix compile errors caused by missing includes

hg/feature/sound
kaetemi 12 years ago
parent 0b9092a547
commit df123d6b89

@ -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…
Cancel
Save