mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
include cstdlib for call to exit
This commit is contained in:
parent
026016e869
commit
90a8027f69
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <execinfo.h>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "Stacktrace.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue