summaryrefslogtreecommitdiffstats
path: root/src/bltGrHairs.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrHairs.C')
-rw-r--r--src/bltGrHairs.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bltGrHairs.C b/src/bltGrHairs.C
index 6ed7b58..c133e5a 100644
--- a/src/bltGrHairs.C
+++ b/src/bltGrHairs.C
@@ -36,6 +36,7 @@ extern "C" {
#include "bltGrHairs.h"
#include "bltGrMisc.h"
+#include "bltConfig.h"
#define PointInGraph(g,x,y) (((x) <= (g)->right_) && ((x) >= (g)->left_) && ((y) <= (g)->bottom_) && ((y) >= (g)->top_))