using bad_cast from typeinfo

This commit is contained in:
fluxgen 2003-01-05 23:00:19 +00:00
parent 459f2563d2
commit 29bf0656d4

View file

@ -19,7 +19,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
//$Id: Font.cc,v 1.3 2002/12/08 19:12:07 fluxgen Exp $
//$Id: Font.cc,v 1.4 2003/01/05 23:00:19 fluxgen Exp $
#include "Font.hh"
@ -54,6 +54,7 @@
#include <iostream>
#include <cstring>
#include <cstdlib>
#include <typeinfo>
using namespace std;
#ifdef HAVE_SETLOCALE