blob: 6c6db56236ac93266f240d32e5603c4b5748140e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- convert.h.orig 2005-08-14 02:40:58 UTC
+++ convert.h
@@ -5,6 +5,7 @@
#include <iostream>
#include <sstream>
#include <string>
+#include <typeinfo>
#include "exceptions.h"
#include "unicode.h"
|