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:
commit
139693fe95
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue