Missing cstdlib include for getenv().

This commit is contained in:
Jean-Paul Chaput 2013-04-27 17:13:21 +00:00
parent b1af37ca2c
commit 21215595a5
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <sstream>