forked from organicmaps/organicmaps
Fix compilation on msvc.
This commit is contained in:
parent
b34d5fdd0b
commit
07e2ec1478
3 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "../std/target_os.hpp"
|
||||
#include "../std/time.hpp"
|
||||
#include "../std/stdint.hpp"
|
||||
|
||||
namespace my
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include "../std/vector.hpp"
|
||||
#include "../std/string.hpp"
|
||||
#include "../std/utility.hpp"
|
||||
#include "../std/stdint.hpp"
|
||||
|
||||
namespace languages
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue