1
0
Fork 1
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:
Scott Howard 2014-05-23 08:41:49 -04:00
parent 6ac700a501
commit c9011f707f

View file

@ -1,6 +1,7 @@
#include "importer.hpp"
#include <string>
#include <iostream>
#include <boost/program_options.hpp>
#include <boost/filesystem.hpp>