diff options
Diffstat (limited to 'src/bltGrElem.h')
-rw-r--r-- | src/bltGrElem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrElem.h b/src/bltGrElem.h index 214e427..4e509f4 100644 --- a/src/bltGrElem.h +++ b/src/bltGrElem.h @@ -36,10 +36,10 @@ using namespace std; extern "C" { -#include "bltGraph.h" #include "bltVector.h" }; +#include "bltGraph.h" #include "bltGrPen.h" #define SHOW_NONE 0 |