From 29495bbb84a4f4517b108f2e88e0edc60bb4a341 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 3 Aug 2010 00:33:04 -0700 Subject: mesa: Include missing header in m_matrix.h. --- src/mesa/math/m_matrix.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/math') 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 -- cgit v1.2.3