mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
missing include in essimporter/main.cpp
error: 'cout' is not a member of 'std' error: 'cerr' is not a member of 'std' https://launchpadlibrarian.net/195402684/buildlog_ubuntu-trusty-amd64.openmw_0.34.0%2Bgit20150120.442-0~ubuntu14.04.1_FAILEDTOBUILD.txt.gz
This commit is contained in:
parent
501dcf3e10
commit
8c32b7e304
@ -1,3 +1,5 @@
|
||||
#include <iostream>
|
||||
|
||||
#include <boost/program_options.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user