diff options
| author | Vinson Lee <vlee@vmware.com> | 2010-08-03 00:33:04 -0700 | 
|---|---|---|
| committer | Vinson Lee <vlee@vmware.com> | 2010-08-03 00:33:04 -0700 | 
| commit | 29495bbb84a4f4517b108f2e88e0edc60bb4a341 (patch) | |
| tree | 0df5e93ab34fea3968824758784b94ca3c110ca9 /src | |
| parent | d356ad349bda2d5bbbdcd1a0325d1b9fae429575 (diff) | |
mesa: Include missing header in m_matrix.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mesa/math/m_matrix.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/mesa/math/m_matrix.h b/src/mesa/math/m_matrix.h index 3bc5de6cd4..a69afb8589 100644 --- a/src/mesa/math/m_matrix.h +++ b/src/mesa/math/m_matrix.h @@ -32,6 +32,8 @@  #define _M_MATRIX_H +#include "main/glheader.h" +  /**   * \name Symbolic names to some of the entries in the matrix | 
