mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-23 19:57:21 +01:00
added missing #include for FreeBSD 7.0
This commit is contained in:
parent
7c3fdae4f5
commit
809247e496
@ -1,5 +1,8 @@
|
||||
2008-08-29 Vadim Kurland <vadim@vk.crocodile.org>
|
||||
|
||||
* ObjectManipulator.cpp: Added missing #include for FreeBSD 7.0
|
||||
port
|
||||
|
||||
* making sure dialogs do not enforce font type and size if not
|
||||
necessary. Main window and install dialog used to override system
|
||||
font which led to problems with dialog layouts on some systems.
|
||||
|
||||
@ -43,6 +43,7 @@
|
||||
#include "findDialog.h"
|
||||
#include "newGroupDialog.h"
|
||||
#include "FindObjectWidget.h"
|
||||
#include "AskLibForCopyDialog.h"
|
||||
|
||||
#include <QTextEdit>
|
||||
#include <QTime>
|
||||
@ -95,12 +96,11 @@
|
||||
#include "fwbuilder/FWReference.h"
|
||||
#include "fwbuilder/Interface.h"
|
||||
#include "fwbuilder/RuleSet.h"
|
||||
#include "fwbuilder/Policy.h"
|
||||
#include "fwbuilder/NAT.h"
|
||||
#include "fwbuilder/Routing.h"
|
||||
#include "fwbuilder/RuleElement.h"
|
||||
|
||||
#ifdef USE_INTERFACE_POLICY
|
||||
# include "fwbuilder/InterfacePolicy.h"
|
||||
#endif
|
||||
|
||||
#include "fwbuilder/CustomService.h"
|
||||
#include "fwbuilder/IPService.h"
|
||||
#include "fwbuilder/ICMPService.h"
|
||||
@ -117,7 +117,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include "AskLibForCopyDialog.h"
|
||||
#include <sstream>
|
||||
|
||||
using namespace std;
|
||||
using namespace libfwbuilder;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user