- fixed build on windows

This commit is contained in:
Mark Vejvoda 2011-11-19 08:09:33 +00:00
parent 3fd8c1ef90
commit 127382441f

View File

@ -29,10 +29,13 @@ using namespace Shared::Graphics::Gl;
#endif
#include "util.h"
#include "platform_common.h"
#include "leak_dumper.h"
using namespace std;
using namespace Shared::Util;
using namespace Shared::PlatformCommon;
namespace Shared { namespace Graphics {