mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 07:18:52 +02:00
LogHandler: fix for linux build
This commit is contained in:
parent
f50e1a0977
commit
2eb62f2fd8
2 changed files with 7 additions and 5 deletions
|
@ -16,6 +16,8 @@
|
|||
#include <QDebug>
|
||||
#include <QTimer>
|
||||
#include <QThread>
|
||||
#include <QMutexLocker>
|
||||
#include <QRegExp>
|
||||
|
||||
#include "LogHandler.h"
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue