summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bltConfig.C3
-rw-r--r--src/bltGrLegd.C1
-rw-r--r--src/bltGrMisc.C1
-rw-r--r--src/bltGraph.h1
4 files changed, 5 insertions, 1 deletions
diff --git a/src/bltConfig.C b/src/bltConfig.C
index 96aefcd..5889032 100644
--- a/src/bltConfig.C
+++ b/src/bltConfig.C
@@ -76,8 +76,9 @@
#include <assert.h>
#include <stdarg.h>
-#include "bltMath.h"
#include "bltInt.h"
+#include "bltWindow.h"
+#include "bltMath.h"
#include "bltFont.h"
#include "bltPicture.h"
#include "bltBgStyle.h"
diff --git a/src/bltGrLegd.C b/src/bltGrLegd.C
index 45b59ac..9787f76 100644
--- a/src/bltGrLegd.C
+++ b/src/bltGrLegd.C
@@ -29,6 +29,7 @@
#include <X11/Xutil.h>
#include <X11/Xatom.h>
+#include "bltWindow.h"
#include "bltMath.h"
#include "bltGraph.h"
#include "bltOp.h"
diff --git a/src/bltGrMisc.C b/src/bltGrMisc.C
index ea6c8bd..b65fe9a 100644
--- a/src/bltGrMisc.C
+++ b/src/bltGrMisc.C
@@ -31,6 +31,7 @@
#include <stdarg.h>
#include <X11/Xutil.h>
+#include "bltWindow.h"
#include "bltMath.h"
#include "bltGraph.h"
#include "bltOp.h"
diff --git a/src/bltGraph.h b/src/bltGraph.h
index 13359b1..84688cf 100644
--- a/src/bltGraph.h
+++ b/src/bltGraph.h
@@ -28,6 +28,7 @@
#define _BLT_GRAPH_H
#include "bltInt.h"
+#include "bltWindow.h"
#include "bltHash.h"
#include "bltBind.h"
#include "bltChain.h"