Fixed Windows compilation issues (introduced while fixing the linux compilation issues!)
This commit is contained in:
parent
be620e0ab6
commit
395024cc0c
@ -1,5 +1,6 @@
|
||||
#include <QTemporaryFile>
|
||||
#include <QtGlobal>
|
||||
#include <QProcess>
|
||||
#include <QTemporaryFile>
|
||||
|
||||
#include "portgroup.h"
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
#include "pcapport.h"
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
pcap_if_t *PcapPort::deviceList_ = NULL;
|
||||
|
||||
PcapPort::PcapPort(int id, const char *device)
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include "portmanager.h"
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <pcap.h>
|
||||
|
||||
#include "pcapport.h"
|
||||
|
@ -1,6 +1,8 @@
|
||||
#ifndef _SERVER_WIN_PCAP_PORT_H
|
||||
#define _SERVER_WIN_PCAP_PORT_H
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
#ifdef Q_OS_WIN32
|
||||
|
||||
#include "pcapport.h"
|
||||
|
Loading…
Reference in New Issue
Block a user