mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-24 21:01:15 +00:00
Fix compilation error on Linux
src/framework/tarray.h:386:46: error: ‘intptr_t’ was not declared in this scope
This commit is contained in:
parent
c3ab08c4af
commit
d3220278cc
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#ifndef __APPLE__
|
||||
|
|
Loading…
Reference in a new issue