diff options
author | Mike Lothian <[email protected]> | 2017-04-19 03:09:04 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-04-19 12:25:18 +1000 |
commit | 709ed1fa9f9ddc656d8c60ea3098bfea0e6b8dcb (patch) | |
tree | 430877ef60cef98521b170b165cf993d3ef3e2c1 | |
parent | 03a2ca63562b73d36658e43c0d7d77150421be60 (diff) |
radv/ac: Fix nir.h include
This fixes the build after:
commit 224cf2906a8f38ce47411afc93a223ac0e41795f
Author: Dave Airlie <[email protected]>
Date: Mon Apr 17 13:01:52 2017 +1000
radv/ac: add initial pre-pass for shader info gathering
Signed-off-by: Mike Lothian <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
-rw-r--r-- | src/amd/common/ac_shader_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/common/ac_shader_info.c b/src/amd/common/ac_shader_info.c index 33f68550bbc..13d73df11f9 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" |