1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/einstein/files/patch-convert.h
Dmitry Marakasov c801b56286 - Fix build on DragonFly
- Strip binary
2015-04-01 14:10:44 +00:00

11 lines
251 B
C++

--- convert.h.orig 2005-08-14 06:40:58.000000000 +0400
+++ convert.h 2015-03-27 02:57:05.826432000 +0300
@@ -5,6 +5,7 @@
#include <iostream>
#include <sstream>
#include <string>
+#include <typeinfo>
#include "exceptions.h"
#include "unicode.h"