summaryrefslogtreecommitdiffstats
path: root/src/bltGrElemOp.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrElemOp.C')
-rw-r--r--src/bltGrElemOp.C5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bltGrElemOp.C b/src/bltGrElemOp.C
index 89c2e57..aa6f4b5 100644
--- a/src/bltGrElemOp.C
+++ b/src/bltGrElemOp.C
@@ -29,10 +29,11 @@
extern "C" {
#include "bltInt.h"
-#include "bltGraph.h"
#include "bltOp.h"
+#include "bltBind.h"
};
+#include "bltGraph.h"
#include "bltGrAxis.h"
#include "bltGrAxisOp.h"
#include "bltGrElem.h"
@@ -41,6 +42,8 @@ extern "C" {
#include "bltGrElemOp.h"
#include "bltGrLegd.h"
+using namespace Blt;
+
// Defs
static Tcl_Obj *DisplayListObj(Graph* graphPtr);