[Lemon-commits] [lemon_svn] alpar: r2514 - hugo/trunk/gui
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:53:12 CET 2006
Author: alpar
Date: Thu Feb 2 09:49:41 2006
New Revision: 2514
Modified:
hugo/trunk/gui/mapstorage.cc
Log:
Towards icc-8.0 compatibility...
Modified: hugo/trunk/gui/mapstorage.cc
==============================================================================
--- hugo/trunk/gui/mapstorage.cc (original)
+++ hugo/trunk/gui/mapstorage.cc Thu Feb 2 09:49:41 2006
@@ -1,10 +1,9 @@
#include "mapstorage.h"
#include "gui_writer.h"
#include "gui_reader.h"
-#include <gtkmm.h>
-#include <cmath>
-
+#include <limits>
#include <cmath>
+#include <gtkmm.h>
MapStorage::MapStorage() : modified(false), file_name(""), arrow_pos_read_ok(false)
{
More information about the Lemon-commits
mailing list