You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-puzzle/einstein/files/einstein-2.0-gcc43.patch

21 lines
391 B

--- einstein-2.0.orig/convert.h
+++ einstein-2.0/convert.h
@@ -5,6 +5,7 @@
#include <iostream>
#include <sstream>
#include <string>
+#include <typeinfo>
#include "exceptions.h"
#include "unicode.h"
--- einstein-2.0.orig/unicode.cpp
+++ einstein-2.0/unicode.cpp
@@ -1,5 +1,6 @@
#include <wchar.h>
#include <stdlib.h>
+#include <string.h>
#ifdef WIN32
#include <windows.h>
#endif