[msvc] Fix compilation.

This commit is contained in:
vng 2011-11-23 19:53:11 +02:00 committed by Alex Zolotarev
parent 4edb636c65
commit 7de4dd39c4
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,6 @@
#pragma once
#include "../std/stdint.hpp"
#include "../std/function.hpp"
#include "../std/string.hpp"
#include "../std/vector.hpp"

View file

@ -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;