Kaydet (Commit) 4899b748 authored tarafından Pedro Giffuni's avatar Pedro Giffuni

Workaround for gcc bug.

üst 7b9b5d43
......@@ -24,6 +24,10 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_bridges.hxx"
#if ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 6))
#include <exception>
#endif
#include <stdio.h>
#include <string.h>
#include <dlfcn.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment