mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
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