atheros / xbrzscale

Image upscaling commandline tool using xBRZ algorithm
GNU General Public License v3.0
99 stars 17 forks source link

Fixing missing header for std::sqrt. #7

Closed pejic closed 7 years ago

pejic commented 7 years ago

I wasn't able to compile with the GNU compiler. Apparently the header to import std::sqrt, <cmath> was missing.