mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
235c15a80a
- Fix build with clang 6 - Regenerate patches
11 lines
203 B
C++
11 lines
203 B
C++
--- 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"
|