diff options
author | Brian Paul <[email protected]> | 2003-07-18 15:22:16 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-07-18 15:22:16 +0000 |
commit | 702ca20bf08be7a4007defc5d91094e8b7d2ef8e (patch) | |
tree | 9b70072adcc1851dc412412c12fb90359121e665 /src/mesa/main/matrix.c | |
parent | c19cbb58cd2862393d67b62a5fc523b6fa1ac9a6 (diff) |
Fix up some loose ends from the last big check-in.
Diffstat (limited to 'src/mesa/main/matrix.c')
-rw-r--r-- | src/mesa/main/matrix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/matrix.c b/src/mesa/main/matrix.c index 7e2d91e631c..6a3485876d3 100644 --- a/src/mesa/main/matrix.c +++ b/src/mesa/main/matrix.c @@ -42,6 +42,7 @@ #include "matrix.h" #include "mtypes.h" #include "math/m_matrix.h" +#include "math/m_xform.h" /** |