1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 23:23:52 +00:00

Missing iostream include

This commit is contained in:
Alexander "Ace" Olofsson 2013-11-04 10:36:22 +01:00
parent 8e439c290d
commit 468e8e3635

View file

@ -2,6 +2,7 @@
#define CONTENTLOADER_HPP #define CONTENTLOADER_HPP
#include <iosfwd> #include <iosfwd>
#include <iostream>
#include <boost/filesystem/path.hpp> #include <boost/filesystem/path.hpp>
#include "components/loadinglistener/loadinglistener.hpp" #include "components/loadinglistener/loadinglistener.hpp"