diff options
Diffstat (limited to 'doc/exemple_texture.pl')
-rwxr-xr-x | doc/exemple_texture.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/exemple_texture.pl b/doc/exemple_texture.pl index a2fa156..7a3e804 100755 --- a/doc/exemple_texture.pl +++ b/doc/exemple_texture.pl @@ -19,6 +19,7 @@ BEGIN { unshift @INC, ".", "../src"; } +use strict; use MTools; use MTools::GUI::MCurve; use MTools::GUI::MTexture; |