Fix an include so it works on the mac.

master
dak180 2011-03-30 19:29:38 -04:00
parent a31eab0ea0
commit 9f4ea76a07
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include "lib/netplay/netplay.h"
#include "multiplay.h"
#include <QMap>
#include <QtCore/QMap>
// Group system variables: grpGlobalManager enables to remove all the groups to Shutdown the system
static QMap<int, DROID_GROUP *> grpGlobalManager;