Portability: Fixed broken build for Cygwin and older GCC

- Thanks to Richard Boß.
This commit is contained in:
Paul Beckingham 2015-11-06 18:22:05 -05:00
parent 8f8ad813cd
commit 940c7a793f
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@
#include <cstring>
#include <algorithm>
#include <unistd.h>
#include <errno.h>
#include <ISO8601.h>
#include <Context.h>
#include <Lexer.h>