# HG changeset patch # User alpar # Date 1138870181 0 # Node ID 591e717155acd8370dd4849d627ae97f97041a37 # Parent c339ade3ffc31dbd3960e5f10e1517664a7c4098 Towards icc-8.0 compatibility... diff -r c339ade3ffc3 -r 591e717155ac gui/mapstorage.cc --- a/gui/mapstorage.cc Wed Feb 01 12:55:38 2006 +0000 +++ b/gui/mapstorage.cc Thu Feb 02 08:49:41 2006 +0000 @@ -1,10 +1,9 @@ #include "mapstorage.h" #include "gui_writer.h" #include "gui_reader.h" +#include +#include #include -#include - -#include MapStorage::MapStorage() : modified(false), file_name(""), arrow_pos_read_ok(false) {