diff options
author | joye <joye> | 2014-04-22 15:40:27 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-22 15:40:27 (GMT) |
commit | 1ed97aa4d994ee8d11159e147e648e8440d7e574 (patch) | |
tree | d7f5e529600307445286c76908ab9a7a30ec7baa /src/bltGraph.C | |
parent | 3594b3f49fc3fb27c87ef6ca533988d8144e7562 (diff) | |
download | blt-1ed97aa4d994ee8d11159e147e648e8440d7e574.zip blt-1ed97aa4d994ee8d11159e147e648e8440d7e574.tar.gz blt-1ed97aa4d994ee8d11159e147e648e8440d7e574.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGraph.C')
-rw-r--r-- | src/bltGraph.C | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C index e57cccd..e97b713 100644 --- a/src/bltGraph.C +++ b/src/bltGraph.C @@ -29,9 +29,11 @@ extern "C" { #include "bltInt.h" -#include "bltGraph.h" +#include "bltList.h" +#include "bltBind.h" } +#include "bltGraph.h" #include "bltGraphOp.h" #include "bltGrAxis.h" |