Towards icc-8.0 compatibility... gui
authoralpar
Thu, 02 Feb 2006 08:49:41 +0000
branchgui
changeset 1283a4b6b31afb3
parent 127 656ac25e009b
child 129 2f1a7365839c
Towards icc-8.0 compatibility...
mapstorage.cc
     1.1 --- a/mapstorage.cc	Tue Jan 31 21:14:11 2006 +0000
     1.2 +++ b/mapstorage.cc	Thu Feb 02 08:49:41 2006 +0000
     1.3 @@ -1,10 +1,9 @@
     1.4  #include "mapstorage.h"
     1.5  #include "gui_writer.h"
     1.6  #include "gui_reader.h"
     1.7 +#include <limits>
     1.8 +#include <cmath>
     1.9  #include <gtkmm.h>
    1.10 -#include <cmath>
    1.11 -
    1.12 -#include <cmath>
    1.13  
    1.14  MapStorage::MapStorage() : modified(false), file_name(""), arrow_pos_read_ok(false)
    1.15  {