| # | Line 19 | Line 19 | GNU General Public License for more details. | |
|---|---|---|
| 19 | #ifndef OB_CONV_H | |
| 20 | #define OB_CONV_H | |
| 21 | ||
| 22 | < | #include "babelconfig.hpp" |
| 22 | > | #include "config.h" |
| 23 | ||
| 24 | #if HAVE_IOSTREAM | |
| 25 | #include <iostream> | |
| # | Line 41 | Line 41 | GNU General Public License for more details. | |
| 41 | #include <string> | |
| 42 | #include <vector> | |
| 43 | #include <map> | |
| 44 | + | #include <typeinfo> |
| 45 | ||
| 46 | //#include "dlhandler.h" | |
| 47 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |