Commit db5d450f authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #751 from toshok/gcc-4.9-gmp-fix

Gcc 4.9 gmp fix
parents 7add92fc 5c166da4
Subproject commit 47d008ccccdd84d62ad7cfb95318eefbdd1fdc62
Subproject commit 641585556b4fec9d6efced9813b45ae72055db7a
......@@ -14,6 +14,7 @@
#include <cfloat>
#include <cmath>
#include <cstddef>
#include <cstring>
#include <gmp.h>
......
......@@ -15,6 +15,7 @@
#ifndef PYSTON_RUNTIME_LONG_H
#define PYSTON_RUNTIME_LONG_H
#include <cstddef>
#include <gmp.h>
#include "core/types.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment