diff options
author | joye <joye> | 2014-03-20 20:41:46 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-20 20:41:46 (GMT) |
commit | 6f109ea0c83eb24b1b31543041674578b551a552 (patch) | |
tree | 4e148539aa4c6afce4e239885896da69e1df5d7f /src/bltGrElemBar.C | |
parent | 066daa2d382a0ba5b2b904a229529a1581f35f0a (diff) | |
download | blt-6f109ea0c83eb24b1b31543041674578b551a552.zip blt-6f109ea0c83eb24b1b31543041674578b551a552.tar.gz blt-6f109ea0c83eb24b1b31543041674578b551a552.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrElemBar.C')
-rw-r--r-- | src/bltGrElemBar.C | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bltGrElemBar.C b/src/bltGrElemBar.C index 4bd366f..3bf2467 100644 --- a/src/bltGrElemBar.C +++ b/src/bltGrElemBar.C @@ -30,9 +30,10 @@ #include <X11/Xlib.h> #include <X11/Xutil.h> +#include "bltMath.h" + extern "C" { #include "bltInt.h" -#include "bltMath.h" #include "bltGraph.h" }; |