mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Move the #include<tuple> to where it should be in the header file as
opposed to the cpp
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include "sysadm-firewall.h"
|
||||
#include <QtCore>
|
||||
#include <algorithm>
|
||||
#include <tuple>
|
||||
|
||||
using namespace sysadm;
|
||||
PortInfo Firewall::LookUpPort(int port, QString type)
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
#ifndef PORTLOOKUP_H
|
||||
#define PORTLOOKUP_H
|
||||
#include <QtCore>
|
||||
#include <tuple>
|
||||
namespace sysadm
|
||||
{
|
||||
struct PortInfo{
|
||||
|
||||
Reference in New Issue
Block a user