Unbreak the build with GCC 4.9.4

Issue #11 resolved
Alexey Dokuchaev created an issue

Consider attached patch that adds a bunch of missing #include <cstdio> lines; this allows to build the program with GCC 4.9.4.

Comments (7)

  1. Alexey Dokuchaev reporter

    Sorry, but it is not fixed in development branch: out of 17 files touched in the patch only src/common/config.cpp has it fixed.

  2. Alexey Dokuchaev reporter

    We're almost there! ;-) Because you've added two new files for BMP and EXR support, similar fix should be applied to them as well: they both call ::printf() which needs #include <cstdio> (my original patch was against master branch and thus did not have these files).

  3. Log in to comment