Skip to content

Commit a523095

Browse files
committed
make MathGraph,Labels work standalone for perl -cw
1 parent e57c088 commit a523095

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

TriD/Labels.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ use OpenGL qw/ :glfunctions :glconstants /;
3535
use OpenGL::GLUT qw/ :all /;
3636
use PDL::Graphics::OpenGL::Perl::OpenGL;
3737
use PDL::Graphics::OpenGLQ;
38+
use PDL::Graphics::TriD::Objects;
3839
use base qw/PDL::Graphics::TriD::GObject/;
3940

4041
sub gdraw {

TriD/MathGraph.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ the copyright notice should be included in the file.
3131
package PDL::Graphics::TriD::MathGraph;
3232
use strict;
3333
use warnings;
34+
use PDL::Graphics::TriD::Objects;
3435
use base qw/PDL::Graphics::TriD::GObject/;
3536
use OpenGL qw(:all);
3637
use PDL::Graphics::OpenGL::Perl::OpenGL;

0 commit comments

Comments
 (0)