fix inclusion of QThread in Assignment

This commit is contained in:
Stephen Birarda 2013-12-03 12:31:39 -08:00
parent 969f782a9b
commit da580ecbaf
2 changed files with 1 additions and 1 deletions

View file

@ -6,6 +6,7 @@
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
//
#include <QtCore/QThread>
#include <QtCore/QTimer>
#include <Assignment.h>

View file

@ -11,7 +11,6 @@
#include <sys/time.h>
#include <QTCore/QThread>
#include <QtCore/QUuid>
#include "NodeList.h"