Index: trunk/IPs/systemC/Environment/Data/include/Data.h
===================================================================
--- trunk/IPs/systemC/Environment/Data/include/Data.h	(revision 142)
+++ trunk/IPs/systemC/Environment/Data/include/Data.h	(revision 144)
@@ -4,4 +4,5 @@
 #include "Data_Parameters.h"
 #include "Entity.h"
+#include <stdint.h>
 
 namespace environment {
Index: trunk/IPs/systemC/Environment/Data/include/Data_Parameters.h
===================================================================
--- trunk/IPs/systemC/Environment/Data/include/Data_Parameters.h	(revision 142)
+++ trunk/IPs/systemC/Environment/Data/include/Data_Parameters.h	(revision 144)
@@ -3,4 +3,5 @@
 
 #include <iostream>
+#include <stdint.h>
 #include "../../../shared/soclib_segment_table.h"
 
Index: trunk/IPs/systemC/Environment/Data/include/Segment.h
===================================================================
--- trunk/IPs/systemC/Environment/Data/include/Segment.h	(revision 142)
+++ trunk/IPs/systemC/Environment/Data/include/Segment.h	(revision 144)
@@ -6,4 +6,5 @@
 
 #include <iomanip>
+#include <stdint.h>
 
 extern "C" void loadexec(void **emem, int *esize, int *eoffset, const char *file, const char ** sections);
Index: trunk/IPs/systemC/Environment/Data/src/Data.cpp
===================================================================
--- trunk/IPs/systemC/Environment/Data/src/Data.cpp	(revision 142)
+++ trunk/IPs/systemC/Environment/Data/src/Data.cpp	(revision 144)
@@ -1,3 +1,4 @@
 #include "../include/Data.h"
+#include <stdlib.h>
 
 namespace environment {
Index: trunk/IPs/systemC/Environment/Data/src/Segment.cpp
===================================================================
--- trunk/IPs/systemC/Environment/Data/src/Segment.cpp	(revision 142)
+++ trunk/IPs/systemC/Environment/Data/src/Segment.cpp	(revision 144)
@@ -1,3 +1,4 @@
 #include "../include/Segment.h"
+#include <string.h>
 
 namespace environment {
Index: trunk/IPs/systemC/Environment/Data/src/Segment_init.cpp
===================================================================
--- trunk/IPs/systemC/Environment/Data/src/Segment_init.cpp	(revision 142)
+++ trunk/IPs/systemC/Environment/Data/src/Segment_init.cpp	(revision 144)
@@ -1,4 +1,6 @@
 #include "../include/Segment.h"
 #include "../../Common/include/Debug.h"
+#include <string.h>
+#include <stdlib.h>
 
 namespace environment {
