Skip to content

Commit

Permalink
Added include of missing stanard c++ header.
Browse files Browse the repository at this point in the history
This fixes compilation on new GNU C++.
  • Loading branch information
mefistotelis committed May 1, 2004
1 parent ca4aa7b commit df3b9ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions png2ico.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Notes about transparent and inverted pixels:
#include <cstdio>
#include <vector>
#include <climits>
#include <cstring>

#if __GNUC__ > 2
#include <ext/hash_map>
Expand Down

0 comments on commit df3b9ab

Please sign in to comment.