Skip to content

Commit

Permalink
Fixed missing headers in zip_file.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Till Ehrengruber committed Mar 20, 2017
1 parent c1d501c commit a9a033d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zip_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <cassert>
#include <cstring>
#include <fstream>
#include <iterator>

#ifdef _WIN32
#define NOMINMAX
Expand Down

0 comments on commit a9a033d

Please sign in to comment.