diff --git a/doc/ChangeLog b/doc/ChangeLog index 3e4bcd627..16cd9cd7e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2008-08-29 Vadim Kurland + * 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. diff --git a/src/gui/ObjectManipulator.cpp b/src/gui/ObjectManipulator.cpp index 8344ce795..dd6a34702 100644 --- a/src/gui/ObjectManipulator.cpp +++ b/src/gui/ObjectManipulator.cpp @@ -43,6 +43,7 @@ #include "findDialog.h" #include "newGroupDialog.h" #include "FindObjectWidget.h" +#include "AskLibForCopyDialog.h" #include #include @@ -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 #include -#include "AskLibForCopyDialog.h" +#include using namespace std; using namespace libfwbuilder;