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/dev-games/vamos/files/vamos-0.7.1-gcc46.patch

11 lines
246 B

--- vamos-0.7.1.orig/geometry/Parameter.h
+++ vamos-0.7.1/geometry/Parameter.h
@@ -21,6 +21,7 @@
#define PARAMETER_H
#include <vector>
+#include <cstddef>
/// A container for numbers passed from the command line.
namespace Vamos_Geometry