Merge pull request #286 from thdox/fix-gcc-4.9

Fix compiling with GCC 4.9

Thanks Thierry, nice to see you back.
This commit is contained in:
Craig Earls 2014-05-11 09:09:42 -07:00
commit 139693fe95

View file

@ -156,6 +156,7 @@ typedef std::ostream::pos_type ostream_pos_type;
#include <sys/wait.h>
#endif
#include <cstddef> /* needed for gcc 4.9 */
#include <gmp.h>
#include <mpfr.h>
#include "utf8.h"