summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGraph.h')
-rw-r--r--src/bltGraph.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bltGraph.h b/src/bltGraph.h
index 326c5f0..ebd229e 100644
--- a/src/bltGraph.h
+++ b/src/bltGraph.h
@@ -32,7 +32,8 @@
#include "bltGrMisc.h"
#include "bltBind.h"
-#include "bltPs.h"
+#include "bltGrPageSetup.h"
+#include "bltText.h"
extern "C" {
#include "bltChain.h"
@@ -45,6 +46,8 @@ class Element;
class Legend;
class Pen;
+typedef struct _Blt_Ps *Blt_Ps;
+
namespace Blt {
class Marker;
};