Explorar el Código

gallivm: Fix build with LLVM 3.3

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
tags/mesa-9.2-rc1
Armin K hace 12 años
padre
commit
4742f9b00b
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      src/gallium/auxiliary/gallivm/lp_bld_misc.cpp

+ 3
- 1
src/gallium/auxiliary/gallivm/lp_bld_misc.cpp Ver fichero

@@ -68,7 +68,9 @@
#endif /* HAVE_LLVM < 0x0300 */

#if HAVE_LLVM >= 0x0303
#include <llvm/Wrap.h>
#include <llvm/IR/IRBuilder.h>
#include <llvm/IR/Module.h>
#include <llvm/Support/CBindingWrapping.h>
#endif

#include "pipe/p_config.h"

Cargando…
Cancelar
Guardar