1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/games/einstein/files/patch-convert.h
Dmitry Marakasov 235c15a80a - Add missing LIB_DEPEND
- Fix build with clang 6
- Regenerate patches
2018-06-24 18:28:00 +00:00

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"