Index: trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj
===================================================================
--- trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj	(revision 488)
+++ trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj	(revision 505)
@@ -1303,8 +1303,4 @@
 					</File>
 					<File
-						RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
-						>
-					</File>
-					<File
 						RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
 						>
@@ -1516,8 +1512,4 @@
 					</File>
 					<File
-						RelativePath="..\BasicCompiler_Common\include\Namespace.h"
-						>
-					</File>
-					<File
 						RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
 						>
Index: trunk/ab5.0/abdev/compiler_x86/stdafx.h
===================================================================
--- trunk/ab5.0/abdev/compiler_x86/stdafx.h	(revision 488)
+++ trunk/ab5.0/abdev/compiler_x86/stdafx.h	(revision 505)
@@ -21,4 +21,7 @@
 //boost libraries
 #include <boost/foreach.hpp>
+#include <boost/serialization/serialization.hpp>
+#include <boost/serialization/nvp.hpp>
+#include <boost/serialization/export.hpp>
 
 #include <jenga/include/common/CmdLine.h>
@@ -29,4 +32,7 @@
 
 #include <abdev/ab_common/Environment.h>
+#include <abdev/ab_common/include/Namespace.h>
+
+using namespace ActiveBasic::Common::Lexical;
 
 #include "../BasicCompiler_Common/common.h"
