Fix build on CURRENT

This commit is contained in:
Tilman Keskinoz 2004-08-15 21:06:28 +00:00
parent b41dcf3a26
commit 26531d46d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116314
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- eboxy/basewidgets/memberfunctionproperty.h.orig Sun Aug 15 23:02:26 2004
+++ eboxy/basewidgets/memberfunctionproperty.h Sun Aug 15 23:02:36 2004
@@ -19,6 +19,7 @@
#ifndef INCLUDED__MEMBERFUNCTIONPROPERTY_H
#define INCLUDED__MEMBERFUNCTIONPROPERTY_H
+using namespace std;
#include "customproperty.h"
#include "variant.h"

View File

@ -0,0 +1,11 @@
--- eboxy/basewidgets/membermethodhandler.h.orig Sun Aug 15 20:21:31 2004
+++ eboxy/basewidgets/membermethodhandler.h Sun Aug 15 23:00:54 2004
@@ -19,6 +19,8 @@
#ifndef INCLUDED__MEMBERMETHODHANDLER_H
#define INCLUDED__MEMBERMETHODHANDLER_H
+using namespace std;
+
#include "methodhandler.h"
#include "variant.h"