| 12345678910111213141516171819202122232425262728293031323334 |
- Index: ragel/ragel.h
- --- ragel/ragel.h.orig 2005-12-17 04:50:57 +0100
- +++ ragel/ragel.h 2006-01-27 22:33:01 +0100
- @@ -25,6 +25,7 @@
- #include <stdio.h>
- #include <iostream>
- #include <fstream>
- +#include <string>
- #include "config.h"
-
- #define PROGNAME "ragel"
- Index: rlcodegen/fsmcodegen.cpp
- --- rlcodegen/fsmcodegen.cpp.orig 2006-01-24 21:22:12 +0100
- +++ rlcodegen/fsmcodegen.cpp 2006-01-27 22:33:01 +0100
- @@ -25,6 +25,7 @@
- #include "fsmcodegen.h"
- #include "redfsm.h"
- #include "gendata.h"
- +#include <climits>
- #include <sstream>
-
- /* Determine if a string is only whitespace. Code blocks that are only
- Index: rlcodegen/gendata.cpp
- --- rlcodegen/gendata.cpp.orig 2006-01-24 21:22:12 +0100
- +++ rlcodegen/gendata.cpp 2006-01-27 22:33:01 +0100
- @@ -31,6 +31,7 @@
- #include "fgotocodegen.h"
- #include "ipgotocodegen.h"
-
- +#include <climits>
- #include <iostream>
-
- using std::endl;
|