1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(test): include <set> in groupmessagedispatcher_test.cpp

This commit is contained in:
jenli669 2019-07-15 10:26:50 +02:00
parent 1c94f090c8
commit 34e1e25b7f
No known key found for this signature in database
GPG Key ID: 8267F9F7C2BF7E5E

View File

@ -26,6 +26,7 @@
#include <QObject>
#include <QtTest/QtTest>
#include <set>
#include <deque>