Commit b498f088 authored by Xavier Thompson's avatar Xavier Thompson

Include <cstdint> before <atomic> in CyObjects.cpp

parent 35209205
......@@ -13,8 +13,8 @@
#ifdef __cplusplus
#if __cplusplus >= 201103L
#include <atomic>
#include <cstdint>
#include <atomic>
using namespace std;
#define CyObject_ATOMIC_REFCOUNT_TYPE atomic_int
#define CyObject_NO_OWNER -1
......
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