blob: a1c1dc129ab471ea828b1cf4b7fc4d36bb4d9a0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- rss-glx_0.8.1-orig/reallyslick/cpp_src/skyrocket_sound.cpp
+++ rss-glx_0.8.1/reallyslick/cpp_src/skyrocket_sound.cpp
@@ -24,6 +24,7 @@
#include <AL/al.h>
#include <AL/alut.h>
+#include <cstdlib>
#include <list>
#include "loadTexture.h"
--- rss-glx_0.8.1-orig/reallyslick/Implicit/impSurface.cpp
+++ rss-glx_0.8.1/reallyslick/Implicit/impSurface.cpp
@@ -21,6 +21,7 @@
#include <Implicit/impSurface.h>
#include <math.h>
#include <iostream>
+#include <cstring>
|