mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
include stdlib for use of atoi
This commit is contained in:
parent
3df93804d1
commit
a2b05d5f14
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <pthread.h>
|
||||
#include <cstring>
|
||||
#include <stdlib.h>
|
||||
#include "AgentList.h"
|
||||
#include "SharedUtil.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue