summaryrefslogtreecommitdiffstats
path: root/src/bltGrElemBar.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrElemBar.C')
-rw-r--r--src/bltGrElemBar.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bltGrElemBar.C b/src/bltGrElemBar.C
index 6ba73ac..20e7a7d 100644
--- a/src/bltGrElemBar.C
+++ b/src/bltGrElemBar.C
@@ -33,6 +33,7 @@
#include "bltGrElemOption.h"
#include "bltGrPenOp.h"
#include "bltGrAxis.h"
+#include "bltGrAxisOp.h"
#define CLAMP(x,l,h) ((x) = (((x)<(l))? (l) : ((x)>(h)) ? (h) : (x)))