Added missing include for *NIX

This commit is contained in:
Gunnar Beutner 2012-03-28 14:08:06 +02:00
parent 221bbe9a07
commit ed402c45c5
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
#include <memory>
#include <string>