mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
1f6fe78ce6
commit
d6a660112a
4 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _ClassFactory_h_
|
||||
#define _ClassFactory_h_
|
||||
|
||||
#include <Core/Core.h>
|
||||
#include <Draw/Draw.h>
|
||||
|
||||
NAMESPACE_UPP;
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
#include <Core/Core.h>
|
||||
#include "PolyXML.h"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
uses
|
||||
Core;
|
||||
Draw;
|
||||
|
||||
file
|
||||
ClassFactory.h,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef _PolyXML_icpp_init_stub
|
||||
#define _PolyXML_icpp_init_stub
|
||||
#include "Core/init"
|
||||
#include "Draw/init"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue