amd/llvm: fix C++ compile failures

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7807>
This commit is contained in:
Marek Olšák 2020-08-25 22:29:15 -04:00
parent f95fb3ab9c
commit fc212dcaa5
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@
#ifndef AC_LLVM_BUILD_H
#define AC_LLVM_BUILD_H
#include "ac_llvm_util.h"
#include "ac_shader_abi.h"
#include "ac_shader_args.h"
#include "ac_shader_util.h"
@ -54,7 +55,6 @@ enum
struct ac_llvm_flow;
struct ac_llvm_compiler;
enum ac_float_mode;
struct ac_llvm_flow_state {
struct ac_llvm_flow *stack;