Compile fixes to compile LL_DEBUG, and missing header (for linux?)

This commit is contained in:
Aleric Inglewood
2011-08-01 23:33:56 +02:00
parent 6cfaecf972
commit 313e008f61
2 changed files with 6 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
#include <new>
#include <cstdlib>
#include <stdint.h> // uintptr_t
#include "llerror.h"