mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-02-18 01:11:25 +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
|
#pragma once
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifndef __APPLE__
|
#ifndef __APPLE__
|
||||||
|
|
Loading…
Reference in a new issue