Add missing fstream include

This commit is contained in:
Ian Bell
2016-02-21 22:31:09 -07:00
parent 11d952ff61
commit c3a4778158

View File

@@ -6,6 +6,7 @@
#include <sstream>
#include "time.h"
#include "miniz.h"
#include <fstream>
/// The inverse of the A matrix for the bicubic interpolation (http://en.wikipedia.org/wiki/Bicubic_interpolation)
/// NOTE: The matrix is transposed below