Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Armagetron Advanced
Armagetron Advanced
Commits
c286568a
Commit
c286568a
authored
Nov 18, 2021
by
Manuel Moos
Browse files
Add one more header to realloc-users
Fixes recent macOS compilation on 0.2.9
parent
78b2f255
Pipeline
#412101738
passed with stages
in 27 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/tools/tMemManager.h
View file @
c286568a
...
...
@@ -84,6 +84,7 @@ public:
// defines the used functions, we thus need to include it before
// we define macros for them
#include
<string.h>
#include
<iostream>
// macros replacing C memory management
#define malloc(SIZE) static_cast<void *>(tNEW(char)[SIZE])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment