[Mesa-dev] [Bug 58879] Build failure: codegen/nv50_ir.cpp:718:4: error: must #include <typeinfo> before using typeid
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Dec 30 07:58:54 PST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=58879
--- Comment #3 from Iaroslav <pontostroy at gmail.com> ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20121230/c8d14d95/attachment.html>
More information about the mesa-dev
mailing list