Commit 5c166da4 authored by Chris Toshok's avatar Chris Toshok

include cstddef before gmp.h to fix possible breakage with gcc-4.9 installed along with gmp 5.1.3

parent 395ef377
......@@ -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