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-simulation/dangerdeep/files/dangerdeep-0.3.0-gcc44.patch

21 lines
339 B

--- src/date.cpp
+++ src/date.cpp
@@ -22,6 +22,7 @@
#include <iomanip>
#include <cstdlib>
+#include <cstdio>
#include "date.h"
#include "texts.h"
--- src/filehelper.cpp
+++ src/filehelper.cpp
@@ -23,6 +23,7 @@
#include "filehelper.h"
#include "error.h"
#include <vector>
+#include <cstdio>
using namespace std;
#ifdef WIN32