Browse Source

Fix failure to build on Windows

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
ff63d75532
  1. 5
      src/filesystemwatcher.h

5
src/filesystemwatcher.h

@ -3,11 +3,12 @@ @@ -3,11 +3,12 @@
#include <QFileSystemWatcher>
#include <QDir>
#ifndef Q_WS_WIN
#include <QTimer>
#include <QPointer>
#include <QStringList>
#include <QHash>
#ifndef Q_WS_WIN
#include <QSet>
#include <iostream>
#include <errno.h>

Loading…
Cancel
Save