diff options
Diffstat (limited to 'libraries/Matrix/examples/hello_matrix')
-rw-r--r-- | libraries/Matrix/examples/hello_matrix/hello_matrix.pde | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/Matrix/examples/hello_matrix/hello_matrix.pde b/libraries/Matrix/examples/hello_matrix/hello_matrix.pde index b8e1971..eafed3e 100644 --- a/libraries/Matrix/examples/hello_matrix/hello_matrix.pde +++ b/libraries/Matrix/examples/hello_matrix/hello_matrix.pde @@ -1,3 +1,5 @@ +#include <Matrix.h> + // Hello Matrix // by Nicholas Zambetti <http://www.zambetti.com> |