Add other missing #include <stdexcept>
parent
5e929b2474
commit
9ad513550b
|
@ -106,6 +106,7 @@
|
|||
#include "ui/screen/screen_loading.h"
|
||||
|
||||
#include <iomanip>
|
||||
#include <stdexcept>
|
||||
|
||||
#include <clipboard/clipboard.h>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
|
||||
#include "script/scriptfunc.h"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
|
||||
CObject::CObject(int id, ObjectType type)
|
||||
: m_id(id)
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "object/old_object_interface.h"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
|
||||
void COldObjectInterface::Simplify()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue