Skip to content

Commit

Permalink
Merge pull request #60 from airglow923/master
Browse files Browse the repository at this point in the history
<cassert> and <cstring> missing
  • Loading branch information
teeshop authored Mar 29, 2019
2 parents cf4763a + 453cbc0 commit 456cfbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librexgen/parser/RexgenFlexLexer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
51 Franklin St, Fifth Floor, Boston, MA 02110, USA
*/

#include <cstring>
#include <librexgen/parser/RexgenFlexLexer.h>
#include <librexgen/parser/rexgenparsingdriver.h>

Expand Down Expand Up @@ -139,4 +140,4 @@ namespace rexgen {
}
throw SyntaxError("unknown UTF8 byte sequence");
}
}
}
1 change: 1 addition & 0 deletions src/librexgen/state/serializablestate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <map>
#include <cstddef>
#include <iostream>
#include <cassert>

using std::size_t;

Expand Down

0 comments on commit 456cfbc

Please sign in to comment.