mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 06:30:11 +01:00
radv/ac: Fix nir.h include
This fixes the build after:
commit 224cf2906a
Author: Dave Airlie <airlied@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@fireburn.co.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
03a2ca6356
commit
709ed1fa9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue