Fix an include so it works on the mac.
parent
a31eab0ea0
commit
9f4ea76a07
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue