[Mobies-commit] [commit] r3720 - GReAT/trunk/Tools/CodeGenerator/CodeGenerator

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Mon May 2 17:04:37 CDT 2011


Author: ksmyth
Date: Mon May  2 17:04:37 2011
New Revision: 3720

Log:
Compat with SVN Udm

Modified:
   GReAT/trunk/Tools/CodeGenerator/CodeGenerator/CIntCompiler.cpp

Modified: GReAT/trunk/Tools/CodeGenerator/CodeGenerator/CIntCompiler.cpp
==============================================================================
--- GReAT/trunk/Tools/CodeGenerator/CodeGenerator/CIntCompiler.cpp	Mon May  2 16:11:49 2011	(r3719)
+++ GReAT/trunk/Tools/CodeGenerator/CodeGenerator/CIntCompiler.cpp	Mon May  2 17:04:37 2011	(r3720)
@@ -5,6 +5,8 @@
 #include "Logging.h"
 #include "Uml.h"
 
+using namespace std;
+
 bool CIntCompiler::isGuard() const
 {
 	const std::string& guardExpression= ( std::string) _rule->guard();


More information about the Mobies-commit mailing list