computer-graphics-raster-images
computer-graphics-raster-images copied to clipboard
Problem with back_inserter
I have "error C3861: 'back_inserter': identifier not found" when building the project in MSVS, which could be resolved if I include
that should be fine, it's just a VS c++ compiler issue.
I am getting the same error. What is the fix?
Add the line #include <iterator>
to the header file read_rgba_from_png.h.