<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO --- - Build failure: codegen/nv50_ir.cpp:718:4: error: must #include <typeinfo> before using typeid"
href="https://bugs.freedesktop.org/show_bug.cgi?id=58879#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO --- - Build failure: codegen/nv50_ir.cpp:718:4: error: must #include <typeinfo> before using typeid"
href="https://bugs.freedesktop.org/show_bug.cgi?id=58879">bug 58879</a>
from <span class="vcard"><a class="email" href="mailto:pontostroy@gmail.com" title="Iaroslav <pontostroy@gmail.com>"> <span class="fn">Iaroslav</span></a>
</span></b>
<pre>diff --git a/src/gallium/drivers/nv50/codegen/nv50_ir.cpp
b/src/gallium/drivers/nv50/codegen/nv50_ir.cpp
index 335e9e0..14d6f79 100644
--- a/src/gallium/drivers/nv50/codegen/nv50_ir.cpp
+++ b/src/gallium/drivers/nv50/codegen/nv50_ir.cpp
@@ -23,6 +23,7 @@
#include "nv50_ir.h"
#include "nv50_ir_target.h"
#include "nv50_ir_driver.h"
+#include <typeinfo>
extern "C" {
#include "nv50/nv50_program.h"
With this works fine.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>