#1223 Correction to r4477 to fix Cygwin build breaker. #include <cstdint> demands C++11 support on GCC 4.9.3 on the buildserver. Code compiles without cstdint and iomanip

v0.27.3
Robin Mills 9 years ago
parent 2de6968227
commit 925fede113

@ -38,8 +38,6 @@ EXIV2_RCSID("@(#) $Id$")
#include "i18n.h" // NLS support.
// + standard includes
#include <cstdint>
#include <iomanip>
#include <string>
// *****************************************************************************

Loading…
Cancel
Save