Fix compilation on msvc.

This commit is contained in:
vng 2011-06-12 21:13:57 +03:00 committed by Alex Zolotarev
parent b34d5fdd0b
commit 07e2ec1478
3 changed files with 5 additions and 2 deletions

View file

@ -2,6 +2,7 @@
#include "../std/target_os.hpp"
#include "../std/time.hpp"
#include "../std/stdint.hpp"
namespace my
{

View file

@ -20,6 +20,7 @@
#include "../std/algorithm.hpp"
#include "../std/fstream.hpp"
#include "../std/ctime.hpp"
#include "../version/version.hpp"
@ -526,8 +527,8 @@ void FrameWork<TModel>::AddRedrawCommandSure()
template <typename TModel>
void FrameWork<TModel>::InitBenchmark()
{
// m2::RectD wr(MercatorBounds::minX, MercatorBounds::minY, MercatorBounds::maxX, MercatorBounds::maxY);
// m2::RectD r(wr.Center().x, wr.Center().y + wr.SizeY() / 8, wr.Center().x + wr.SizeX() / 8, wr.Center().y + wr.SizeY() / 4);
//m2::RectD wr(MercatorBounds::minX, MercatorBounds::minY, MercatorBounds::maxX, MercatorBounds::maxY);
//m2::RectD r(wr.Center().x, wr.Center().y + wr.SizeY() / 8, wr.Center().x + wr.SizeX() / 8, wr.Center().y + wr.SizeY() / 4);
ifstream fin(GetPlatform().WritablePathForFile("benchmark.results").c_str());
while (true)

View file

@ -3,6 +3,7 @@
#include "../std/vector.hpp"
#include "../std/string.hpp"
#include "../std/utility.hpp"
#include "../std/stdint.hpp"
namespace languages
{