Update of /cvsroot/boost/boost/libs/wave/samples/list_includes/lexertl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8755

Modified Files:
        lexertl_lexer.hpp 
Log Message:
Fixed a wrong #include directive.

Index: lexertl_lexer.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/wave/samples/list_includes/lexertl/lexertl_lexer.hpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- lexertl_lexer.hpp   25 Jan 2007 16:09:36 -0000      1.13
+++ lexertl_lexer.hpp   31 Jan 2007 15:00:01 -0000      1.14
@@ -32,7 +32,7 @@
 #include "lexertl/rules.hpp"
 #include "lexertl/state_machine.hpp"
 #include "lexertl/consts.h"
-#include "lexertl/serialise.hpp"
+#include "lexertl/examples/serialise.hpp"
 
 ///////////////////////////////////////////////////////////////////////////////
 namespace boost { namespace wave { namespace cpplexer { namespace lexertl 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to