include stdlib for use of atoi

This commit is contained in:
Stephen Birarda 2013-03-25 16:43:31 -07:00
parent 3df93804d1
commit a2b05d5f14

View file

@ -8,6 +8,7 @@
#include <pthread.h>
#include <cstring>
#include <stdlib.h>
#include "AgentList.h"
#include "SharedUtil.h"