File fix-build-with-gcc5.patch of Package globulation2
Index: glob2-0.9.4.4/src/Game.h
===================================================================
--- glob2-0.9.4.4.orig/src/Game.h
+++ glob2-0.9.4.4/src/Game.h
@@ -148,7 +148,8 @@
TOP_TO_BOTTOM,
BOTTOM_TO_TOP
};
-
+
+public:
struct BuildProject
{
int posX;
Index: glob2-0.9.4.4/src/VoiceRecorder.cpp
===================================================================
--- glob2-0.9.4.4.orig/src/VoiceRecorder.cpp
+++ glob2-0.9.4.4/src/VoiceRecorder.cpp
@@ -22,6 +22,7 @@
#include "VoiceRecorder.h"
#include <assert.h>
#include <stdio.h>
+#include <iostream>
#include "Order.h"
#include "Utilities.h"