Merge pull request #215 from birarda/master

another missing include for stacktraces
This commit is contained in:
birarda 2013-05-06 15:38:54 -07:00
commit 1aeb448009

View file

@ -16,6 +16,7 @@
#include <errno.h>
#include <fstream>
#include <limits>
#include <signal.h>
#include <AgentList.h>
#include <AgentTypes.h>