Index: trunk/IPs/systemC/Environment/Cache/include/Cache_OneLevel_Address.h
===================================================================
--- trunk/IPs/systemC/Environment/Cache/include/Cache_OneLevel_Address.h	(revision 142)
+++ trunk/IPs/systemC/Environment/Cache/include/Cache_OneLevel_Address.h	(revision 143)
@@ -4,4 +4,5 @@
 #include <iostream>
 #include <iomanip>
+#include <stdint.h>
 
 namespace environment {
Index: trunk/IPs/systemC/Environment/Cache/include/Cache_OneLevel_Parameters.h
===================================================================
--- trunk/IPs/systemC/Environment/Cache/include/Cache_OneLevel_Parameters.h	(revision 142)
+++ trunk/IPs/systemC/Environment/Cache/include/Cache_OneLevel_Parameters.h	(revision 143)
@@ -5,4 +5,6 @@
 #include <sstream>
 #include <math.h>
+#include <stdint.h>
+#include <stdlib.h>
 
 namespace environment {
Index: trunk/IPs/systemC/Environment/Common/include/Debug.h
===================================================================
--- trunk/IPs/systemC/Environment/Common/include/Debug.h	(revision 142)
+++ trunk/IPs/systemC/Environment/Common/include/Debug.h	(revision 143)
@@ -1,4 +1,6 @@
 #ifndef ENVIRONMENT_COMMON_DEBUG_H
 #define ENVIRONMENT_COMMON_DEBUG_H
+
+#include <cstdio>
 
 #define DEBUG_true        true
Index: trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Common
===================================================================
--- trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Common	(revision 142)
+++ trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Common	(revision 143)
@@ -36,5 +36,5 @@
 INCDIR 				= $(SYSTEMC_INCDIR_$(SIMULATOR_SYSTEMC)) 	\
 				  -I.					\
-				  -I$(DIR_MORPHEO) 
+				  -I$(DIR_MORPHEO)
 
 LIBDIR 				= -L$(DIR_LIB) \
Index: trunk/IPs/systemC/processor/Morpheo/Common/include/ToString.h
===================================================================
--- trunk/IPs/systemC/processor/Morpheo/Common/include/ToString.h	(revision 142)
+++ trunk/IPs/systemC/processor/Morpheo/Common/include/ToString.h	(revision 143)
@@ -19,4 +19,5 @@
 #include <stdlib.h>
 #include <stdarg.h>
+#include <stdint.h>
 
 namespace morpheo              {
Index: trunk/IPs/systemC/processor/Morpheo/Common/src/Basename.cpp
===================================================================
--- trunk/IPs/systemC/processor/Morpheo/Common/src/Basename.cpp	(revision 142)
+++ trunk/IPs/systemC/processor/Morpheo/Common/src/Basename.cpp	(revision 143)
@@ -7,4 +7,5 @@
 
 #include "../include/Basename.h"
+#include <libgen.h>
 
 namespace morpheo {
