Add missing include.

This commit is contained in:
Aaron van Geffen 2018-05-12 23:10:39 +02:00 committed by Ted John
parent 2e91fc2c92
commit 15c13137df
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <fstream>
#include <stdexcept>
#include <streambuf>
#include <unordered_map>
#include <png.h>
#include "FileStream.hpp"
#include "Guard.hpp"