Merge pull request #5 from bashlnx/patch-1

Fix build with GCC 4.7
pull/40/head
Matchman Green 2012-04-29 09:06:48 -07:00
commit 60f1e8759e
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <unistd.h>
#include <iterator>
#include <exception>