summaryrefslogtreecommitdiff
path: root/src/mesa/main/depth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/depth.c')
-rw-r--r--src/mesa/main/depth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/depth.c b/src/mesa/main/depth.c
index fa7eb63b06..32c61622f7 100644
--- a/src/mesa/main/depth.c
+++ b/src/mesa/main/depth.c
@@ -26,8 +26,9 @@
#include "glheader.h"
#include "imports.h"
#include "context.h"
-#include "enums.h"
#include "depth.h"
+#include "enums.h"
+#include "hash.h"
#include "macros.h"
#include "mtypes.h"