forked from organicmaps/organicmaps
[msvc] Fix compilation.
This commit is contained in:
parent
4edb636c65
commit
7de4dd39c4
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "../std/stdint.hpp"
|
||||
#include "../std/function.hpp"
|
||||
#include "../std/string.hpp"
|
||||
#include "../std/vector.hpp"
|
||||
|
|
|
@ -2,12 +2,15 @@
|
|||
#include "proxystyle.hpp"
|
||||
#include "slider_ctrl.hpp"
|
||||
|
||||
#include "../map/framework_factory.hpp"
|
||||
#include "../map/render_policy.hpp"
|
||||
|
||||
#include "../yg/internal/opengl.hpp"
|
||||
|
||||
#include "../platform/settings.hpp"
|
||||
|
||||
#include <QtGui/QMouseEvent>
|
||||
|
||||
#include "../map/framework_factory.hpp"
|
||||
#include "../map/render_policy.hpp"
|
||||
|
||||
using namespace storage;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue