[Mesa-dev] [PATCH 02/10] ptn: Include nir.h
Jason Ekstrand
jason at jlekstrand.net
Thu May 26 01:52:18 UTC 2016
---
src/mesa/program/prog_to_nir.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/mesa/program/prog_to_nir.h b/src/mesa/program/prog_to_nir.h
index 34e4cd1..09425b5 100644
--- a/src/mesa/program/prog_to_nir.h
+++ b/src/mesa/program/prog_to_nir.h
@@ -24,6 +24,9 @@
#pragma once
#ifndef PROG_TO_NIR_H
#define PROG_TO_NIR_H
+
+#include "compiler/nir/nir.h"
+
#ifdef __cplusplus
extern "C" {
#endif
--
2.5.0.400.gff86faf
More information about the mesa-dev
mailing list