forked from mirror/openmw-tes3mp
missing #include <iostream> in mwiniimporter
missing #include <iostream> in mwiniimporter/main.cpp
This commit is contained in:
parent
6ac700a501
commit
c9011f707f
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "importer.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
|
||||
#include <boost/program_options.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
|
|
Loading…
Reference in a new issue