mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Fix missing includes, which fixes build on GCC 13+
This commit is contained in:
parent
c8156739f1
commit
0710ea07f1
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include "pyc_numeric.h"
|
||||
#include "bytecode.h"
|
||||
#include <stdexcept>
|
||||
#include <cstdint>
|
||||
#include <cmath>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue