Bazaar/PolyXML - Fixed dependency (added Draw package for Image)

git-svn-id: svn://ultimatepp.org/upp/trunk@2855 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2010-11-20 22:54:02 +00:00
parent 1f6fe78ce6
commit d6a660112a
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#ifndef _ClassFactory_h_
#define _ClassFactory_h_
#include <Core/Core.h>
#include <Draw/Draw.h>
NAMESPACE_UPP;

View file

@ -1 +1 @@
#include <Core/Core.h>
#include "PolyXML.h"

View file

@ -1,5 +1,5 @@
uses
Core;
Draw;
file
ClassFactory.h,

View file

@ -1,4 +1,4 @@
#ifndef _PolyXML_icpp_init_stub
#define _PolyXML_icpp_init_stub
#include "Core/init"
#include "Draw/init"
#endif