Index: sources/src/sc_module_ext.h
===================================================================
--- sources/src/sc_module_ext.h	(revision 44)
+++ sources/src/sc_module_ext.h	(revision 45)
@@ -160,5 +160,5 @@
 
 #define SC_MODULE(user_module_name) \
-       struct user_module_name : sc_module
+	struct user_module_name : sc_core::sc_module
 
 // the SC_HAS_PROCESS macro call must be followed by a ;
