Fix compilation on VC2010

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14660 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
funto66 2013-12-08 08:10:20 +00:00
parent 0f96fe219b
commit a6d4d423da

View File

@ -7,6 +7,7 @@
#include "items/powerup.hpp"
#include "modes/world.hpp"
#include "network/network_manager.hpp"
#include <stdint.h>
GameEventsProtocol::GameEventsProtocol() : Protocol(NULL, PROTOCOL_GAME_EVENTS)
{