[Mesa-dev] [PATCH 1/2] radv/ac: Fix nir.h include
Mike Lothian
mike at fireburn.co.uk
Wed Apr 19 02:09:04 UTC 2017
This fixes the build after:
commit 224cf2906a8f38ce47411afc93a223ac0e41795f
Author: Dave Airlie <airlied at redhat.com>
Date: Mon Apr 17 13:01:52 2017 +1000
radv/ac: add initial pre-pass for shader info gathering
Signed-off-by: Mike Lothian <mike at fireburn.co.uk>
---
src/amd/common/ac_shader_info.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/amd/common/ac_shader_info.c b/src/amd/common/ac_shader_info.c
index 33f68550bb..13d73df11f 100644
--- a/src/amd/common/ac_shader_info.c
+++ b/src/amd/common/ac_shader_info.c
@@ -20,7 +20,7 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
* IN THE SOFTWARE.
*/
-#include "nir.h"
+#include "nir/nir.h"
#include "ac_shader_info.h"
#include "ac_nir_to_llvm.h"
--
2.12.2
More information about the mesa-dev
mailing list