1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00

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

View File

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