Skip to content

Commit 60f1e87

Browse files
committed
Merge pull request Grive#5 from bashlnx/patch-1
Fix build with GCC 4.7
2 parents 5d41ba7 + a681cb2 commit 60f1e87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include <cstdlib>
2626
#include <fstream>
2727
#include <iostream>
28+
#include <unistd.h>
2829
#include <iterator>
2930

3031
#include <exception>

0 commit comments

Comments
 (0)