Index: trunk/Platforms/Test/include/test.h
===================================================================
--- trunk/Platforms/Test/include/test.h	(revision 88)
+++ trunk/Platforms/Test/include/test.h	(revision 113)
@@ -9,4 +9,5 @@
  */
 
+#include <systemc.h>
 #include "Morpheo.h"
 #include <iostream>
@@ -23,3 +24,10 @@
          );
 
+#ifdef MTI_SYSTEMC
+class top : public sc_module
+{
+//public : top (int argc, char * argv[]);
+  public : top (sc_module_name name);
+};
 #endif
+#endif
