LogHandler: fix for linux build

This commit is contained in:
Anthony J. Thibault 2015-10-30 17:44:06 -07:00
parent f50e1a0977
commit 2eb62f2fd8
2 changed files with 7 additions and 5 deletions

View file

@ -16,6 +16,8 @@
#include <QDebug>
#include <QTimer>
#include <QThread>
#include <QMutexLocker>
#include <QRegExp>
#include "LogHandler.h"

View file

@ -13,11 +13,11 @@
#ifndef hifi_LogHandler_h
#define hifi_LogHandler_h
#include <qhash.h>
#include <qobject.h>
#include <qregexp.h>
#include <qset.h>
#include <qstring.h>
#include <QHash>
#include <QObject>
#include <QSet>
#include <QString>
#include <QMutex>
const int VERBOSE_LOG_INTERVAL_SECONDS = 5;