mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 13:15:33 +00:00
Missing iostream include
This commit is contained in:
parent
8e439c290d
commit
468e8e3635
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#define CONTENTLOADER_HPP
|
||||
|
||||
#include <iosfwd>
|
||||
#include <iostream>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
|
||||
#include "components/loadinglistener/loadinglistener.hpp"
|
||||
|
|
Loading…
Reference in a new issue