mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 15:13:10 +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